@profoundlogic/coderflow-server 0.3.1 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (154) hide show
  1. package/dist/base-image/agent-wrapper.sh +49 -9
  2. package/dist/base-image/entrypoint.sh +12 -1
  3. package/dist/coder-server.js +1 -1
  4. package/dist/config/cli-models.json +5 -3
  5. package/dist/config.js +1 -1
  6. package/dist/lib/agent-keepalive.js +1 -1
  7. package/dist/lib/agent-models.js +1 -0
  8. package/dist/lib/api-keys.js +1 -1
  9. package/dist/lib/apiKeys.js +1 -1
  10. package/dist/lib/app-server-ports.js +1 -1
  11. package/dist/lib/auto-judge.js +1 -1
  12. package/dist/lib/basic-auth.js +1 -1
  13. package/dist/lib/build-history.js +1 -1
  14. package/dist/lib/build-output-service.js +1 -1
  15. package/dist/lib/build-scheduler.js +1 -1
  16. package/dist/lib/build-service.js +1 -1
  17. package/dist/lib/ca-certificates.js +1 -1
  18. package/dist/lib/claude-oauth-refresh.js +1 -1
  19. package/dist/lib/cli/build.js +1 -1
  20. package/dist/lib/cli/config-command.js +1 -1
  21. package/dist/lib/cli/config.js +1 -1
  22. package/dist/lib/cli/create-user.js +1 -1
  23. package/dist/lib/cli/init.js +1 -1
  24. package/dist/lib/cli/jira.js +1 -1
  25. package/dist/lib/cli/license.js +1 -1
  26. package/dist/lib/cli/server-manager.js +1 -1
  27. package/dist/lib/config-migration.js +1 -0
  28. package/dist/lib/container-credential-sync.js +1 -1
  29. package/dist/lib/container-tokens.js +1 -1
  30. package/dist/lib/data-dir.js +1 -1
  31. package/dist/lib/deployment-history.js +1 -1
  32. package/dist/lib/deployment-service.js +1 -1
  33. package/dist/lib/docker-utils.js +1 -1
  34. package/dist/lib/email.js +1 -1
  35. package/dist/lib/emailTemplates.js +1 -1
  36. package/dist/lib/entitlement.js +1 -1
  37. package/dist/lib/fetch-utils.js +1 -1
  38. package/dist/lib/git-commit-details-route.js +1 -1
  39. package/dist/lib/git-history-diff-guardrails.js +1 -1
  40. package/dist/lib/git-provider-service.js +1 -1
  41. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  42. package/dist/lib/git-provider-setup/index.js +1 -1
  43. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  44. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  45. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  46. package/dist/lib/git-providers/github-app-provider.js +1 -1
  47. package/dist/lib/git-providers/index.js +1 -1
  48. package/dist/lib/git-providers/provider-factory.js +1 -1
  49. package/dist/lib/git-providers/provider-interface.js +1 -1
  50. package/dist/lib/github-urls.js +1 -1
  51. package/dist/lib/group-objective-linking.js +1 -1
  52. package/dist/lib/jira-client.js +1 -1
  53. package/dist/lib/judge-blinding.js +1 -1
  54. package/dist/lib/logger.js +1 -1
  55. package/dist/lib/model-fetcher.js +1 -1
  56. package/dist/lib/notifications.js +1 -1
  57. package/dist/lib/oidc-auth.js +1 -1
  58. package/dist/lib/oidc-device-flow.js +1 -1
  59. package/dist/lib/passwordTokens.js +1 -1
  60. package/dist/lib/pin-cascade.js +1 -1
  61. package/dist/lib/provider-accounts.js +1 -1
  62. package/dist/lib/provider-oauth.js +1 -1
  63. package/dist/lib/provider-profile.js +1 -1
  64. package/dist/lib/provider-token-refresh.js +1 -1
  65. package/dist/lib/request-url.js +1 -1
  66. package/dist/lib/rewind.js +1 -1
  67. package/dist/lib/roles.js +1 -1
  68. package/dist/lib/secrets.js +1 -1
  69. package/dist/lib/setup-repo-git-auth.js +1 -1
  70. package/dist/lib/state-capture.js +1 -1
  71. package/dist/lib/static-files.js +1 -1
  72. package/dist/lib/task-name-format.js +1 -0
  73. package/dist/lib/task-name-generator.js +1 -1
  74. package/dist/lib/user-git-oauth.js +1 -1
  75. package/dist/lib/user-git-tokens.js +1 -1
  76. package/dist/lib/users.js +1 -1
  77. package/dist/middleware/requireAuth.js +1 -1
  78. package/dist/middleware/requireInit.js +1 -1
  79. package/dist/middleware/requirePermission.js +1 -1
  80. package/dist/package.json +1 -1
  81. package/dist/routes/apiKeys.js +1 -1
  82. package/dist/routes/auth-oidc.js +1 -1
  83. package/dist/routes/auth.js +1 -1
  84. package/dist/routes/build.js +1 -1
  85. package/dist/routes/containers.js +1 -1
  86. package/dist/routes/deploy-task.js +1 -1
  87. package/dist/routes/environment-management.js +1 -1
  88. package/dist/routes/environments.js +1 -1
  89. package/dist/routes/external-skills.js +1 -1
  90. package/dist/routes/git-credentials.js +1 -1
  91. package/dist/routes/git-oauth.js +1 -1
  92. package/dist/routes/git-provider-setup.js +1 -1
  93. package/dist/routes/health.js +1 -1
  94. package/dist/routes/jira.js +1 -1
  95. package/dist/routes/objective-management.js +1 -1
  96. package/dist/routes/password.js +1 -1
  97. package/dist/routes/prompt.js +1 -1
  98. package/dist/routes/provider-auth.js +1 -1
  99. package/dist/routes/qa.js +1 -1
  100. package/dist/routes/settings.js +1 -1
  101. package/dist/routes/skill-management.js +1 -1
  102. package/dist/routes/skills.js +1 -1
  103. package/dist/routes/tasks.js +1 -1
  104. package/dist/routes/templates.js +1 -1
  105. package/dist/routes/test-task.js +1 -1
  106. package/dist/routes/test.js +1 -1
  107. package/dist/routes/users.js +1 -1
  108. package/dist/routes/visualizations.js +1 -1
  109. package/dist/scripts/create-user.js +1 -1
  110. package/dist/scripts/migrate-config-to-data-dir.js +2 -0
  111. package/dist/start.js +1 -1
  112. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  113. package/dist/web-ui/public/activity-feed.js +1 -1
  114. package/dist/web-ui/public/activity-formatters.js +1 -1
  115. package/dist/web-ui/public/agent-event-parser.js +1 -1
  116. package/dist/web-ui/public/app.js +1 -1
  117. package/dist/web-ui/public/approve-dialog.js +1 -1
  118. package/dist/web-ui/public/comments-widget.js +1 -1
  119. package/dist/web-ui/public/diff-utils.js +1 -1
  120. package/dist/web-ui/public/docs/README.md +1 -1
  121. package/dist/web-ui/public/docs/_sidebar.md +1 -0
  122. package/dist/web-ui/public/docs/admin/environments.md +1 -1
  123. package/dist/web-ui/public/docs/admin/jira.md +156 -0
  124. package/dist/web-ui/public/docs/integrations/ibmi/overview.md +3 -3
  125. package/dist/web-ui/public/docs/integrations/overview.md +1 -1
  126. package/dist/web-ui/public/docs/tasks/approval-and-deployment.md +38 -0
  127. package/dist/web-ui/public/docs/tasks/creating-tasks.md +14 -0
  128. package/dist/web-ui/public/environments.js +1 -1
  129. package/dist/web-ui/public/feedback-widget.js +1 -1
  130. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  131. package/dist/web-ui/public/git-history.js +1 -1
  132. package/dist/web-ui/public/git-status.js +1 -1
  133. package/dist/web-ui/public/index.html +1 -0
  134. package/dist/web-ui/public/index.js +1 -1
  135. package/dist/web-ui/public/login.js +1 -1
  136. package/dist/web-ui/public/markdown-editor.js +1 -1
  137. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  138. package/dist/web-ui/public/modal-maximize.js +1 -1
  139. package/dist/web-ui/public/notifications.js +1 -1
  140. package/dist/web-ui/public/pr-dialog.js +1 -0
  141. package/dist/web-ui/public/server-health.js +1 -1
  142. package/dist/web-ui/public/settings.js +1 -1
  143. package/dist/web-ui/public/setup-password.js +1 -1
  144. package/dist/web-ui/public/skills.js +1 -1
  145. package/dist/web-ui/public/sse-client.js +1 -1
  146. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  147. package/dist/web-ui/public/styles.css +187 -0
  148. package/dist/web-ui/public/task.html +37 -3
  149. package/dist/web-ui/public/task.js +1 -1
  150. package/dist/web-ui/public/terminal.js +1 -1
  151. package/dist/web-ui/public/theme.js +1 -1
  152. package/dist/web-ui/public/users.js +1 -1
  153. package/dist/web-ui/public/variant-grouping.js +1 -1
  154. package/package.json +1 -1
@@ -1 +1 @@
1
- function _0x5c90(){const _0xaf887c=['C2v0DxbqyxrO','icaGica','BM90ihj1BM5PBG','y2vSswG','Ccb0AguGC2vYDG','A21Lz2W','q0D3DfO','ig5VDcbOyxzLia','A2LSBa','BwLUywWGD2HLCG','tM8GBg9NigzPBa','icbqsuq6icaGia','qKvLBwq','ENLVthK','u0Lhs0Lmta','zMLNDxjLza','tfrnwKK','z25TvKS','u3rHCNrPBMCGCW','zMLHDva','zsaOC2vYDMvYia','CJOG','whLbswK','u2vYDMvYigLZia','icbvuKW6icbODa','DxrMltG','CMvJDxjZAxzL','BwTKAxi','DgLTzw91Da','C2XPy2u','zKzwzLq','zKzPEhq','CNzLCIbZDg9W','tgHksM0','q29UzMLNDxjLia','Bg9N','tNnuAw8','yM5vBeS','CNvUBMLUzYbPBG','Avbmr3K','C2L6zq','BM90ihjLC3bVBG','swjnC2W','DxaGCgf0AcbKBW','wNDpsM4','sfjPsKu','z2v0','zsbPDcb3yxmGCW','D2LUzYbSB2DZia','Cg9YDa','z3jVDw5Kkq','CKfurM4','u2vYDMvYigrPza','u3rVCcbPDcb3Aq','vwviAhK','sxH1s2G','sNPhA2O','mxW0Fdi','B24P','uwv2vvG','yxrOps9WyxrOlW','Ag9jq0m','zxj2zxiGD2L0Aa','vhHIsMW','CNzLCIbJB25MAq','y29Kzq','zNvtt20','nJm4mdLUBvr3Ag8','vxj5zuW','BwvZC2fNzq','A1HXs0K','mta2odu0nxHQCKzmqG','yNLgq2q','ken0CMWRqYb0BW','DgGGl3bHDgGVDa','C2vYDMvYvxjS','icbqB3j0oIaGia','r1vQs0i','C3L6D20','ueDsyM0','C1fJAwO','DgG6ica','rxjYB3i6ie5Via','D0nICwe','y1boDxu','ntiZodLjEhfWANy','icaGigrHzw1VBG','rMTMvw4','q09ervjFu0vuvq','ue9sva','rNzzDuK','zxjYB3i','DgfYDgvKigLUia','zw5K','BffIzgG','v0TQvwK','rvjZDxm','DgG6icaOBM90ia','ks4UlG','uvjZugK','A2Prtu8','qNnfDgO','rxjYB3i6ifnLDa','ihj1BM5PBMC','mtyWoejOu0jvuq','D3jPDgu','zgf0yq','C3rHCNrZv2L0Aa','ls10ywLSpq','y29KzxiTC2v0Dq','Dhj1zq','vML0zxG','sMnArMW','q2DdExG','sgX4y0K','tgH2y3C','EuDhENG','icbtzxr1Ccbqyq','lMnVzgvY','D3jPDgvgAwXL','BMLUzYaOzgfLBq','icbtDgf0Dxm6ia','rhP0tfi','zxj2zxiGkfbjra','zwPAt1e','C3rHDa','lcbMB3jJAw5NlG','igzVCMvNCM91BG','BhL3y3u','CK5YyuG','rfbHCvi','zxHPDa','Dw5RBM93BG','sun0ru4','Dw5SAw5R','vgXjAMW','z0jPreu','AeDHD2m','rvjFsu5tuevdva','A3fzthC','zsbMB3vUza','icbnB2rLoIaGia','nty4sLHgwxzn','nJG4ntKWmevoB2vuta','m3W2Fdv8n3WWFa','B2rLCKzSB3CGuW','Ag9ZDdO','C2vYDMvYlMXVzW','uxDYzeS','C3rKB3v0','zcbTB2rLlG','mty1mKLmBMDyCq','BguGueLeigzPBa','u3rVChbPBMCGCW','Dg8Vy29KzxiTCW','z21Nuu4','ls1PBNnWzwn0','v3v3A0m','tvLxtMu','BMLUzYaOzM9Yzq','ANzwzLq','C2vYDMvYlNbPza','zgLYBMfTzq','ig5VDcbZDg9Wia','mNWZFdv8nhW3Fa','u2vYDMvYifn0yq','zeDTtw8','zxnQBgq','uMPwAuu','ru5pru5u','Dha6lY9SB2nHBa','twrYvuG','z3mIihrVihzPzq','BezIyMi','y29UzMLNDxjLza','CLLgDee','DgGGq3rYBcTdia','icaGicdINjCGtM90','ALDPvwC','zxbSDNm','DxnVEwe','CgfYC2u','qw9ICe4','B0zJBge','cI0TlsbgB2XSBW','BY9JB2rLCI1Zzq','sgTZz3q','Aw5NigXVz3m6ia','AezYBee','qLzgzfK','DgfYDgvKlG','CgLK','rxjYB3iGCMvHza','tKPPB04','y2f0y2G','Ag9TzwrPCG','vxnLicjJB2rLCG','zw52','CcbWyxrOignVBG','C3rHCNqUANm','yu1hD0y','C3bSAxq','q3rJywi','DhvW','q2fABeO','zgvZDhjVEq','wffvrxq','CxvUALu','qLLYy3m','B09Asgy','D2L0AdO','icaGia','CM91BMqGBw9Kzq','mJmWodu2nxnOEwfwBa','u2vYDMvYig1HEq','DYbSB2DZ','q09ervjFu0vsvG','u3rHCNqGDgHLia','BxrxvMC','Ahr0CdOVl2XVyW','tgL5vuK','ngXstM16Aa','Evjxv1e','lxnLCNzLCIbSBW','rhzkz0C','CNvUBMLUzW','ic0TC2v0DxaTCa','AgLzDKm','zsaOueLeoIa','ugfSEgS','qvrNt3m','CMvZCg9UzgLUzW','CNzLCIbZDgfYDa','CgLUzYbZzxj2zq','zYbZzxqGy29Kzq','icaGicdINjmGuNvU','B3aIihrVihn0BW','4PYtifnLCNzLCIbZ','icbJB2rLCI1Zzq','yMvLBIbZDgfYDa','B3bLBG','rLnfDMO','mtiWnZKXnev0EvvcCq','ls1MB2XSB3C','sg5hugm','ihn0B3aPic0Tlq','icbvuKW6icaGia','AM9PBG','DxaGCgf0AcbPCW','rhvWv2K','Aw4GDgHLihrLCG','zgLUzYK','rdOGica','Dw5Yzwy','C2vYDMvYihDPDa','CL9Zzxr1Cf9Wyq','DgG6ia','mhW2Fde','sfrOu2m','DNLJEvG','uurqwNy','ywXYzwfKEsbYDq','tgn2t0G','zxr1Ca','qNrqufi','wwT4svO','CMvHzezPBgu','C3vIC3rYAw5N','A3DnyuG','C2vYDMLJzq','t2fuCw4','C09cvNq','BNLOwge','Dg9tDhjPBMC','ugfqr2K','BgPKqxm','BM5PBMCGkfbjra','BKrPDLe','swHvqLi','Ce9OAhK','vNPUq3e','l2HLywX0Aa','Dg9WCgvK','C3q6ia','u0Lhsu5u','yw5Kihn0yxj0ia','u3rVCcb0AguGCW','zxmGBM90igv4Aq','DNbes3K','BgvUz3rO','t3iGDxnLoG','yxr1CYiGDg8GyW','rMLKqKK','zwqGEwv0ig9Yia','zxj2zxiUlI4','lxnLCNzLCIbZDa','zcbPBIbMB3jLzW'];_0x5c90=function(){return _0xaf887c;};return _0x5c90();}function _0x5c2b7c(_0xa040aa,_0x3195f4,_0x8c43ed,_0x9bc19f){return _0xfb16(_0xa040aa-0x289,_0x3195f4);}(function(_0x2d6d3b,_0xdafa04){const _0x2b8d2f={_0x486aea:0x3aa,_0x1396c1:0x319,_0x902403:0x458,_0x22acbf:0x129,_0x4ee6b7:0x43c,_0x2a7400:0x3f1,_0x273d4e:0x3c3,_0x20a724:0x3f2,_0x268114:0x36a,_0x181bf4:0x373,_0x66b80c:0x419,_0x308fb7:0x458,_0x459927:0x401,_0x143fa3:0x3f4,_0x96742e:0x3cb,_0x244c0d:0x381,_0x339111:0x3f5,_0xcc3e70:0x3df},_0x3d1aad={_0x18562e:0x13b},_0x339bfa={_0x4381ab:0x3b2};function _0x51d5a7(_0x5093d2,_0x139426,_0x59aed9,_0x49662b){return _0xfb16(_0x5093d2- -_0x339bfa._0x4381ab,_0x59aed9);}const _0x48cf00=_0x2d6d3b();function _0x545e35(_0x3bbe70,_0x3b3659,_0x152b65,_0x191697){return _0xfb16(_0x191697-_0x3d1aad._0x18562e,_0x3b3659);}while(!![]){try{const _0xc3dc7e=-parseInt(_0x545e35(_0x2b8d2f._0x486aea,0x3ae,_0x2b8d2f._0x1396c1,0x36f))/(-0x96+-0x107*-0x19+0x58*-0x49)*(-parseInt(_0x545e35(0x458,0x3d1,_0x2b8d2f._0x902403,0x409))/(-0x188d+-0x1*0x7b9+0x8*0x409))+-parseInt(_0x51d5a7(-0x159,-_0x2b8d2f._0x22acbf,-0xf2,-0x127))/(0x1dac+0x1d*0x109+-0x1dd7*0x2)*(parseInt(_0x545e35(0x37d,_0x2b8d2f._0x4ee6b7,_0x2b8d2f._0x2a7400,_0x2b8d2f._0x273d4e))/(-0x43f*-0x4+-0x1020+-0xd8))+-parseInt(_0x545e35(_0x2b8d2f._0x20a724,0x319,_0x2b8d2f._0x268114,_0x2b8d2f._0x181bf4))/(0xf9a+0x25bd*0x1+-0x1e*0x1c7)+-parseInt(_0x51d5a7(-0xcf,-0xda,-0x72,-0x6f))/(0x2111+0x16*-0xb3+0xb*-0x19b)+-parseInt(_0x545e35(_0x2b8d2f._0x66b80c,0x416,_0x2b8d2f._0x308fb7,_0x2b8d2f._0x459927))/(-0x56b*-0x4+-0xce+-0x14d7)+-parseInt(_0x545e35(0x41d,_0x2b8d2f._0x143fa3,0x39e,0x3ba))/(0x1b42+0x237b+0x14e7*-0x3)*(-parseInt(_0x545e35(0x3b4,_0x2b8d2f._0x96742e,0x3a5,_0x2b8d2f._0x244c0d))/(0x597+-0xb11*-0x2+-0x1bb0))+parseInt(_0x545e35(_0x2b8d2f._0x339111,_0x2b8d2f._0xcc3e70,0x335,0x3bb))/(0x6a8+-0x106c+0x9ce);if(_0xc3dc7e===_0xdafa04)break;else _0x48cf00['push'](_0x48cf00['shift']());}catch(_0x901d68){_0x48cf00['push'](_0x48cf00['shift']());}}}(_0x5c90,0x12a2*-0x45+0x1*-0x48063+0xd8a99));import{spawn}from'child_process';import{promises as _0x4327a1}from'fs';import _0x1e712c from'path';import _0x4125fc from'os';import _0x2d6836 from'http';function _0x3c4fa4(_0x46e756,_0x1f49ba,_0x20e010,_0x2b9daa){return _0xfb16(_0x20e010-0x3b3,_0x1f49ba);}import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x1e712c[_0x3c4fa4(0x5f1,0x5c4,0x646,0x66a)](__filename),PID_FILE=_0x1e712c[_0x3c4fa4(0x577,0x4e7,0x572,0x562)](_0x4125fc[_0x5c2b7c(0x53d,0x5b6,0x5cb,0x4e6)](),_0x5c2b7c(0x4f0,0x535,0x45d,0x4fd),_0x5c2b7c(0x51b,0x559,0x49c,0x525)),LOG_FILE=_0x1e712c[_0x5c2b7c(0x448,0x454,0x4a7,0x4d4)](_0x4125fc['homedir'](),_0x3c4fa4(0x5d5,0x690,0x61a,0x624),_0x3c4fa4(0x65b,0x617,0x637,0x5e7));function _0xfb16(_0x1ddfbc,_0x95efcd){_0x1ddfbc=_0x1ddfbc-(-0x3c1*-0x3+0x228c+-0x64c*0x7);const _0x54a713=_0x5c90();let _0x135365=_0x54a713[_0x1ddfbc];if(_0xfb16['wKknIz']===undefined){var _0x1fa111=function(_0x56f195){const _0x25f83f='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x124348='',_0x4eee50='';for(let _0x267ee2=-0x1*-0x710+0x1*0x15c1+-0x1cd1,_0x57cac8,_0x2b39e7,_0x10f091=0xd39*0x2+-0x79*0x37+-0x73;_0x2b39e7=_0x56f195['charAt'](_0x10f091++);~_0x2b39e7&&(_0x57cac8=_0x267ee2%(-0xab5+-0xa*-0x99+-0x4bf*-0x1)?_0x57cac8*(0x256d+-0x1*0x26db+0x1ae*0x1)+_0x2b39e7:_0x2b39e7,_0x267ee2++%(0x1baf*-0x1+0x1b8d+0x26))?_0x124348+=String['fromCharCode'](-0xf64+0x1199+-0x2*0x9b&_0x57cac8>>(-(0x345+-0x940+0x5fd*0x1)*_0x267ee2&-0x1*-0x10e2+0x17ff*0x1+0x1*-0x28db)):-0x1*-0xfa6+-0xa0*-0x21+-0x1223*0x2){_0x2b39e7=_0x25f83f['indexOf'](_0x2b39e7);}for(let _0x14d7c7=0x296+-0x201e+0x1d88,_0x1dd645=_0x124348['length'];_0x14d7c7<_0x1dd645;_0x14d7c7++){_0x4eee50+='%'+('00'+_0x124348['charCodeAt'](_0x14d7c7)['toString'](0x214f+-0x37a+-0x1dc5))['slice'](-(-0x1ee9+-0x3*-0xb51+-0x308));}return decodeURIComponent(_0x4eee50);};_0xfb16['MHKcTw']=_0x1fa111,_0xfb16['XHWVey']={},_0xfb16['wKknIz']=!![];}const _0x4d4fd5=_0x54a713[0x2556+0xf8f+-0x34e5],_0x40a69c=_0x1ddfbc+_0x4d4fd5,_0x39cc76=_0xfb16['XHWVey'][_0x40a69c];return!_0x39cc76?(_0x135365=_0xfb16['MHKcTw'](_0x135365),_0xfb16['XHWVey'][_0x40a69c]=_0x135365):_0x135365=_0x39cc76,_0x135365;}export async function isServerRunning(){const _0x512adf={_0x3be525:0xf,_0x52a247:0x31,_0x170246:0x45,_0xdb2f00:0x2f1,_0x8cf232:0x2a1,_0x356d74:0x18,_0x1de6df:0x37,_0x5b2e99:0x28d,_0x37617d:0x2d5,_0x3d9407:0x37e,_0x595743:0x69,_0x1f2032:0x7d,_0x2d9ff8:0xac,_0x505168:0x35,_0x33a731:0xb9,_0x520414:0x252,_0x33d113:0x26f,_0x1717ac:0x237,_0x303e88:0x18,_0x237cb2:0x67,_0x3ab1a0:0xb,_0xb70bbf:0x41,_0x42480a:0x1b,_0x5a5a49:0x81,_0x163dac:0x2cb,_0x34e0ed:0x297,_0x59ba29:0x231,_0x521237:0x2e7,_0x15b949:0x7f,_0x3283de:0xa2,_0x2ce167:0x2e6,_0x28ff66:0x2fc,_0x392873:0x4a,_0x297879:0x2f,_0x573557:0x367,_0x184cd0:0x392,_0x26b7d9:0x39f,_0x4a09ea:0x383,_0x38c1f2:0x39,_0x5487b1:0x6,_0x4569d7:0x93,_0x1a3598:0x8b,_0x5df31b:0xb6,_0xa5c820:0x42,_0x167745:0x14,_0x5b57b9:0x7c,_0x5bde9d:0x26,_0x21e24a:0x7b,_0x5780b1:0x5d,_0x452546:0x3f2,_0x2b8a35:0x35e,_0x51ec6f:0x362,_0x3a555f:0x3c1,_0x432b5f:0x61,_0xa52d6b:0x3aa},_0x4e4040={_0x3fb8c7:0x2f3};function _0x37e929(_0x97741d,_0x1686e2,_0x5db325,_0x57d7e9){return _0x3c4fa4(_0x97741d-0x48,_0x97741d,_0x5db325- -0x624,_0x57d7e9-0x3e);}const _0x2555f1={'gBiDE':function(_0x2228cf,_0x3c71f6){return _0x2228cf!==_0x3c71f6;},'celIh':_0x37e929(-0x69,0x3b,-_0x512adf._0x3be525,_0x512adf._0x52a247),'GUjKB':_0x37e929(-0x2,_0x512adf._0x170246,-0x31,-0xc5),'NJioN':function(_0x5dcd41,_0x2dd284,_0x119129){return _0x5dcd41(_0x2dd284,_0x119129);},'yGGzx':function(_0x32d343,_0xfc5669){return _0x32d343===_0xfc5669;},'UeHhy':_0x2cd483(_0x512adf._0xdb2f00,0x20e,0x297,_0x512adf._0x8cf232),'lLpQF':_0x37e929(_0x512adf._0x356d74,_0x512adf._0x1de6df,-0x59,-0x8f),'FvYuI':_0x2cd483(0x26e,_0x512adf._0x5b2e99,_0x512adf._0x37617d,0x27c)};function _0x2cd483(_0x8620ad,_0x48417f,_0x30bd0f,_0x1bc83c){return _0x3c4fa4(_0x8620ad-0xfd,_0x1bc83c,_0x30bd0f- -_0x4e4040._0x3fb8c7,_0x1bc83c-0x17c);}try{if(_0x2555f1[_0x2cd483(0x393,0x303,0x339,_0x512adf._0x3d9407)](_0x2555f1[_0x37e929(-_0x512adf._0x595743,-0xeb,-_0x512adf._0x1f2032,-_0x512adf._0x2d9ff8)],_0x2555f1[_0x37e929(-_0x512adf._0x505168,-0xb0,-0x33,-_0x512adf._0x33a731)])){const _0x47469b=await _0x4327a1[_0x2cd483(_0x512adf._0x520414,_0x512adf._0x33d113,0x292,_0x512adf._0x1717ac)](PID_FILE,_0x37e929(_0x512adf._0x303e88,-0x5a,-_0x512adf._0x237cb2,-_0x512adf._0x3ab1a0)),_0x327f89=_0x2555f1[_0x37e929(-0x46,0x70,_0x512adf._0xb70bbf,_0x512adf._0x42480a)](parseInt,_0x47469b['trim'](),-0x1*-0x2319+-0x57d*0x2+-0x1815);try{if(_0x2555f1[_0x37e929(0x1b,0x15,-0xc,-_0x512adf._0x5a5a49)](_0x2cd483(0x272,_0x512adf._0x163dac,_0x512adf._0x34e0ed,_0x512adf._0x59ba29),_0x2555f1[_0x2cd483(0x2a3,0x25b,_0x512adf._0x521237,0x2a7)])){process['kill'](_0x327f89,0x4f2*0x5+-0x1d8e*0x1+-0xce*-0x6);const _0x587712={};return _0x587712[_0x37e929(_0x512adf._0x15b949,0xaa,0x61,_0x512adf._0x3283de)]=!![],_0x587712[_0x2cd483(0x37d,_0x512adf._0x2ce167,0x370,0x31d)]=_0x327f89,_0x587712;}else _0x1eb02e['error']('Error\x20read'+_0x2cd483(_0x512adf._0x28ff66,0x329,0x36c,0x2dc)+_0x5ebee0['message']);}catch{if(_0x2555f1['lLpQF']===_0x2555f1[_0x37e929(_0x512adf._0x392873,-_0x512adf._0x297879,-0x26,-0xb0)]){const _0x2ed5b={};return _0x2ed5b[_0x2cd483(0x347,_0x512adf._0x573557,_0x512adf._0x184cd0,0x309)]=![],_0x2ed5b[_0x2cd483(_0x512adf._0x26b7d9,0x38a,0x370,_0x512adf._0x4a09ea)]=null,_0x2ed5b;}else{await _0x4327a1[_0x37e929(-0x73,-_0x512adf._0x38c1f2,_0x512adf._0x5487b1,_0x512adf._0x4569d7)](PID_FILE)[_0x37e929(_0x512adf._0x1a3598,_0x512adf._0x5df31b,_0x512adf._0xa5c820,0xbb)](()=>{});const _0xd1bb1e={};return _0xd1bb1e[_0x37e929(-_0x512adf._0x167745,0x9d,0x61,_0x512adf._0x5b57b9)]=![],_0xd1bb1e[_0x37e929(-0x1c,_0x512adf._0x5bde9d,0x3f,0xd4)]=null,_0xd1bb1e;}}}else _0x2b44e6[_0x37e929(-0x69,-_0x512adf._0x21e24a,-_0x512adf._0x5780b1,-0xa1)]('\x20\x20Status:\x20'+_0x2cd483(_0x512adf._0x452546,_0x512adf._0x2b8a35,_0x512adf._0x51ec6f,_0x512adf._0x3a555f)+_0x37e929(0x31,-0x74,-0x19,0xd));}catch{const _0x3de72f={};return _0x3de72f[_0x37e929(-0x1e,0xe2,_0x512adf._0x432b5f,0x5d)]=![],_0x3de72f[_0x2cd483(0x314,0x3a7,0x370,_0x512adf._0xa52d6b)]=null,_0x3de72f;}}async function getServerConfig(){const _0x2b24a5={_0x5a5d1b:0x11a,_0x27a8d5:0x143,_0xa085d7:0xd9,_0x1ebf62:0x4f9,_0x18bdb4:0x11f,_0x372f95:0xb2,_0x521d22:0x175,_0x196b00:0x10e,_0x25589:0xa5,_0x85f875:0x5d},_0x205c77={_0x48e649:0x89,_0x27aade:0x12d},_0x5993ab={_0x2c6853:0x599,_0xdb4cea:0xed},_0x4b8e02={'kmegl':function(_0x1d838a){return _0x1d838a();},'DPaqR':function(_0x5d6d05){return _0x5d6d05();}},_0x159c93=await _0x4b8e02[_0x372825(-0xc8,-_0x2b24a5._0x5a5d1b,-_0x2b24a5._0x27a8d5,-_0x2b24a5._0xa085d7)](getCoderSetupPath);function _0x372825(_0x517b90,_0xf849af,_0x1414e8,_0xc44ac5){return _0x5c2b7c(_0xf849af- -_0x5993ab._0x2c6853,_0xc44ac5,_0x1414e8-_0x5993ab._0xdb4cea,_0xc44ac5-0x1cb);}const _0x3f8927=await _0x4b8e02[_0x1056b2(_0x2b24a5._0x1ebf62,0x4ea,0x555,0x4c5)](getServerPort),_0xeb4692='http://loc'+'alhost:'+_0x3f8927,_0x563947={};_0x563947[_0x372825(-0x1af,-_0x2b24a5._0x18bdb4,-_0x2b24a5._0x372f95,-0xd3)]=_0x159c93;function _0x1056b2(_0x2f7642,_0x5b7c18,_0xfb76fa,_0x4aac9f){return _0x3c4fa4(_0x2f7642-_0x205c77._0x48e649,_0x5b7c18,_0x2f7642- -_0x205c77._0x27aade,_0x4aac9f-0x86);}return _0x563947[_0x372825(-_0x2b24a5._0x521d22,-0xee,-_0x2b24a5._0x196b00,-0x5a)]=_0x3f8927,_0x563947[_0x372825(-_0x2b24a5._0x25589,-0xd4,-_0x2b24a5._0x85f875,-0x65)]=_0xeb4692,_0x563947;}export async function startDaemon(_0x24b4b9){const _0x1e402d={_0x225b6c:0x376,_0x31f09e:0x37d,_0x14903c:0x50,_0x50e547:0xcf,_0x508124:0x29,_0x225748:0x125,_0x57bca2:0x5c,_0x3dd768:0x83,_0x2441ae:0x4,_0x26781b:0x2,_0x5bc39d:0xf,_0x50f402:0x1a,_0x40bba0:0x2b,_0x4405c1:0x84,_0x1aeba0:0xcc,_0xebd772:0x337,_0x1293e5:0x37d,_0x381d72:0xf6,_0xfc6f6e:0x12a,_0x20951d:0x9c,_0x1dd625:0x9,_0x108988:0x1a,_0x17978:0x13e,_0x18f933:0xc8,_0x5fcb:0xe2,_0x4109c2:0x20,_0x985fb9:0x1e,_0x2dcb7e:0x132,_0x57390a:0x41,_0x42b370:0xc5,_0x518fa8:0x3fe,_0x29c057:0x3f2,_0x4fb2e5:0x300,_0x4be8e5:0x352,_0x5aefda:0x36f,_0x11e728:0x3b1,_0x214a35:0x3eb,_0x1263ab:0x391,_0x400885:0x34a,_0x19f77e:0x307,_0x1d5a92:0x12b,_0x509193:0x2cb,_0x4f9627:0x333,_0x3212d8:0x5f,_0x4d8632:0x55,_0x2ba661:0x1c,_0x57d12b:0x12,_0x2d6a80:0x194,_0x4410bc:0x90,_0x6debe1:0x375,_0x14391f:0x3a8,_0x397b54:0x66,_0x415b1f:0x3c4,_0x285bf8:0x399,_0x16a4f5:0x376,_0x3aeb13:0xfe,_0x37828a:0xf4,_0x4c5346:0x31b,_0x3d094b:0x304,_0x5e3afb:0x390,_0x229660:0x2e8,_0x353f1c:0x2c9,_0x33ba92:0x2d0,_0x3abbcd:0x279,_0x55b022:0x35b,_0xcb7ea8:0x4d,_0x58f2b9:0xc4,_0xff0774:0xb4,_0x5f2bc4:0x320,_0xc8fe7b:0x2d3,_0x43aa9d:0x338,_0x43bc62:0x89,_0x2944e3:0x54,_0x158470:0x430,_0x286be3:0x440,_0x3c7bcd:0x340,_0x33200e:0x361,_0x4fa7be:0x370,_0x5aa905:0x350,_0x5bd637:0x3ea,_0x496b13:0xd1,_0x2c241d:0xb9,_0x53f224:0xdc,_0x17b0a7:0xf5,_0x6d1ab9:0x2f5,_0x97bfee:0x5c,_0x2d304e:0x28,_0x20f399:0x2df,_0x243dbe:0x2fe,_0x4ea23a:0x22,_0x55a281:0xad,_0x3d943d:0x33e,_0x3b8d4a:0x353,_0x4587ca:0x2f1,_0x57ef32:0x164,_0x47d3e7:0x139,_0x20548a:0x39a,_0x18c4fa:0xdd,_0x5c916d:0x2fa,_0x4b1348:0x2e3,_0x5ae636:0x2ad,_0x5c7c52:0x2c8,_0x4635db:0x34d,_0xa59b65:0x13a,_0x2f5d66:0x53,_0x211a78:0x2f4,_0x2968a6:0x3a2,_0x495ba6:0x2e1,_0x1033ad:0x148,_0xb49648:0xe5,_0x5b6851:0xf9,_0x251c0b:0x3e8,_0xb1e81c:0x362,_0x8542e9:0x2c4,_0x17ed9f:0x2a5,_0x2e5182:0x322,_0xc3b8d3:0x397,_0x3b12bd:0x310,_0x4830de:0x36,_0x3d3c86:0xe3,_0x3d4110:0xbc,_0x257904:0xa7,_0x2431a6:0x43b,_0x25a418:0x369,_0x4722b9:0x3a5,_0x315ac6:0x347,_0x24c852:0x7b,_0x1a33a0:0x343,_0x5b0606:0x356,_0x411bcf:0x315,_0x3128e7:0xaf,_0x2c7746:0xc9,_0x54b0ef:0x45,_0x2c2a59:0xa0,_0x576a0d:0x4d,_0x4c5eeb:0x3d,_0x126c51:0x43,_0x3acc82:0x7e,_0x20e423:0x6c,_0x46ca41:0x32b,_0x4f03fc:0x43e,_0x1731f0:0x3dd,_0x1c412f:0x46c,_0x54eb21:0x41e,_0x3e01e4:0x3b0,_0x55f763:0x35d,_0x196122:0x406,_0x55abbe:0x248,_0x34638f:0x2c1,_0x177881:0x24f,_0x27fea4:0x6d,_0x37fe9f:0x2ab,_0x1384d0:0x307,_0x1afd01:0x3d7,_0x29ba79:0x3e5,_0xdf0cee:0x2d5,_0x4b64d4:0x35f,_0x41c8b1:0x9b,_0x33430a:0xde,_0x2e5909:0xfd,_0x3a7a78:0x3a,_0x5eb9a7:0x1b,_0x55eea1:0x7c,_0x13842d:0x332,_0x1a5dc6:0x349,_0x4bf309:0x39e,_0x113144:0x3d1,_0x17de7f:0x344,_0x3490dd:0x3ac,_0x871a3b:0x41a,_0x3ab6f5:0x131,_0x440d3d:0x305,_0xbc2b78:0x3e0,_0x21c79e:0x397,_0x34b7ef:0x37f,_0x57562e:0x310,_0x58c3b6:0x345,_0x30a104:0x2ae,_0x2580f7:0x16b,_0x3c05bb:0xe5,_0x3478df:0x129,_0x4d8960:0x133,_0x16a500:0x11c,_0xa514cb:0x57,_0x4fb743:0xc,_0x498141:0x25,_0x42e581:0x158,_0x44d9a7:0xe5,_0x434412:0x117,_0xf2cb74:0x12,_0x39b24b:0x6b},_0x38a350={_0x3818b3:0x6ac,_0x41efe3:0x36},_0x5339e7={_0x158202:0x9a},_0x6e9c38={'cPNuu':function(_0x2be069){return _0x2be069();},'UryeL':function(_0x2de654){return _0x2de654();},'rATFn':function(_0x2f815a,_0x10bf78){return _0x2f815a(_0x10bf78);},'usoya':_0x9c391b(_0x1e402d._0x225b6c,_0x1e402d._0x31f09e,0x39e,0x31f)+_0x521cec(-_0x1e402d._0x14903c,-0xca,-_0x1e402d._0x50e547,-0x14b),'zPPhX':'Or\x20use:','hLzVQ':_0x521cec(-_0x1e402d._0x508124,-0x3b,-0xb6,-_0x1e402d._0x225748)+'coder-setu'+_0x521cec(-_0x1e402d._0x57bca2,-_0x1e402d._0x3dd768,-0x42,-_0x1e402d._0x2441ae)+'figured','ZwOJn':_0x521cec(_0x1e402d._0x26781b,_0x1e402d._0x5bc39d,-_0x1e402d._0x50f402,_0x1e402d._0x40bba0)+_0x521cec(0x6e,-_0x1e402d._0x4405c1,-0x20,0x2f)+'\x20--setup-p'+_0x521cec(-0xb9,-0x5f,-_0x1e402d._0x1aeba0,-0xee)+_0x9c391b(0x395,0x387,_0x1e402d._0xebd772,_0x1e402d._0x1293e5)+_0x521cec(-0xfd,-_0x1e402d._0x381d72,-_0x1e402d._0xfc6f6e,-_0x1e402d._0x20951d),'Hksgt':_0x521cec(-_0x1e402d._0x1dd625,-0x2e,-_0x1e402d._0x108988,0x37)+_0x521cec(-_0x1e402d._0x17978,-0xde,-_0x1e402d._0x18f933,-_0x1e402d._0x5fcb)+_0x521cec(0x2b,_0x1e402d._0x4109c2,-_0x1e402d._0x985fb9,-_0x1e402d._0x508124)+_0x521cec(-0xaf,-0xc2,-_0x1e402d._0x2dcb7e,-0xf5)+'th\x20/path/t'+'o/coder-se'+_0x521cec(-0x1a,-0xbf,-0x3d,0x57),'ljdAs':_0x521cec(-0x14,0x1a,-_0x1e402d._0x57390a,-_0x1e402d._0x42b370),'DupWi':'Starting\x20C'+_0x9c391b(_0x1e402d._0x518fa8,0x37e,0x2f2,_0x1e402d._0x29c057)+'erver...','TxbJl':_0x9c391b(_0x1e402d._0x4fb2e5,0x35b,_0x1e402d._0x4be8e5,_0x1e402d._0x5aefda),'DvJgG':function(_0xf2169d,_0x12d70b,_0x41ce4c,_0x3c18ea){return _0xf2169d(_0x12d70b,_0x41ce4c,_0x3c18ea);},'XQUEt':'node','qgbrQ':'ignore','IbMsl':_0x9c391b(0x34b,0x306,0x296,0x344),'nDivQ':_0x9c391b(0x3b3,_0x1e402d._0x11e728,_0x1e402d._0x214a35,_0x1e402d._0x1263ab)+_0x9c391b(_0x1e402d._0x400885,0x2eb,_0x1e402d._0x19f77e,0x2dd)+_0x521cec(-0x11d,-_0x1e402d._0x1d5a92,-0x10e,-0x133)+'heck\x20serve'+'r\x20status','hiYvC':'Use\x20\x22coder'+_0x9c391b(_0x1e402d._0x509193,0x2eb,0x26a,_0x1e402d._0x4f9627)+_0x521cec(_0x1e402d._0x3212d8,_0x1e402d._0x4d8632,-_0x1e402d._0x2ba661,_0x1e402d._0x57d12b)+_0x521cec(-_0x1e402d._0x2d6a80,-_0x1e402d._0x4410bc,-0x104,-0x115)+'er','HlxcI':_0x9c391b(0x3de,0x3b1,_0x1e402d._0x6debe1,_0x1e402d._0x14391f)+_0x521cec(-0x59,-_0x1e402d._0x397b54,-_0x1e402d._0x508124,0x39)+_0x9c391b(_0x1e402d._0x415b1f,_0x1e402d._0x285bf8,0x3c5,_0x1e402d._0x16a4f5)+_0x521cec(0x27,-0x86,-0x31,0x2e)},{running:_0x10698b,pid:_0x11ea9f}=await _0x6e9c38[_0x521cec(-0xd7,-_0x1e402d._0x3aeb13,-0xb4,-_0x1e402d._0x37828a)](isServerRunning);if(_0x10698b){console['log'](_0x9c391b(_0x1e402d._0x4c5346,_0x1e402d._0x3d094b,0x295,_0x1e402d._0x5e3afb)+_0x9c391b(_0x1e402d._0x229660,_0x1e402d._0x353f1c,0x356,_0x1e402d._0x33ba92)+_0x9c391b(0x32f,0x2d8,_0x1e402d._0x3abbcd,_0x1e402d._0x55b022)+':\x20'+_0x11ea9f+')');const _0x1a4c8f=await _0x6e9c38[_0x521cec(-_0x1e402d._0xcb7ea8,-0x128,-_0x1e402d._0x58f2b9,-0xfa)](getServerConfig);console['log']('URL:\x20'+_0x1a4c8f['serverUrl']);return;}const _0x3491dc=await _0x6e9c38[_0x521cec(-0x5a,-0x21,-_0x1e402d._0xff0774,-0x7b)](getCoderSetupPath),_0x5670f6=_0x6e9c38[_0x9c391b(0x373,_0x1e402d._0x5f2bc4,_0x1e402d._0xc8fe7b,_0x1e402d._0x43aa9d)](String,await getServerPort());if(!_0x3491dc){const _0x2d12d3=_0x6e9c38[_0x521cec(-_0x1e402d._0x43bc62,-0xd8,-_0x1e402d._0x2944e3,-0x51)][_0x9c391b(_0x1e402d._0x415b1f,0x3b6,_0x1e402d._0x158470,_0x1e402d._0x286be3)]('|');let _0x5c9904=-0x22f5+-0x1*-0xc83+0x1672*0x1;while(!![]){switch(_0x2d12d3[_0x5c9904++]){case'0':console['error']('');continue;case'1':console[_0x9c391b(0x2e6,0x348,_0x1e402d._0x3c7bcd,_0x1e402d._0x33200e)](_0x6e9c38['zPPhX']);continue;case'2':process[_0x9c391b(0x2db,_0x1e402d._0x4fa7be,_0x1e402d._0x5aa905,_0x1e402d._0x5bd637)](0x17aa+-0x6d*0x26+0x5*-0x17f);continue;case'3':console['error'](_0x6e9c38['hLzVQ']);continue;case'4':console['error'](_0x6e9c38[_0x521cec(-_0x1e402d._0x496b13,-_0x1e402d._0x2c241d,-_0x1e402d._0x53f224,-_0x1e402d._0x17b0a7)]);continue;case'5':console[_0x9c391b(0x3c1,0x348,_0x1e402d._0x6d1ab9,0x30d)]('Configure\x20'+_0x521cec(-0x54,_0x1e402d._0x97bfee,-0x36,_0x1e402d._0x2d304e));continue;case'6':console[_0x9c391b(_0x1e402d._0x20f399,0x348,0x306,_0x1e402d._0x5aefda)]('');continue;case'7':console[_0x9c391b(_0x1e402d._0x243dbe,0x348,0x3d4,0x2e0)](_0x6e9c38[_0x521cec(-0x49,-0x56,-0x4e,_0x1e402d._0x4ea23a)]);continue;}break;}}try{const _0x2568eb=await _0x4327a1['stat'](_0x3491dc);!_0x2568eb['isDirector'+'y']()&&(console[_0x521cec(-0x44,-0x7a,-_0x1e402d._0x55a281,-0xb8)](_0x9c391b(_0x1e402d._0x3d943d,_0x1e402d._0x3b8d4a,_0x1e402d._0x4587ca,0x33d)+_0x521cec(-0xa5,-_0x1e402d._0x57ef32,-_0x1e402d._0x47d3e7,-0x14b)+'\x20not\x20a\x20dir'+'ectory:\x20'+_0x3491dc),process['exit'](-0x1f62+-0x232d+0x4290));}catch(_0x5b4106){console['error'](_0x9c391b(0x3b9,_0x1e402d._0x3b8d4a,0x2ef,_0x1e402d._0x20548a)+_0x521cec(-0x15b,-0x14b,-_0x1e402d._0x18c4fa,-0x147)+_0x9c391b(_0x1e402d._0x5c916d,_0x1e402d._0x4b1348,0x2f8,0x356)+_0x9c391b(_0x1e402d._0x5ae636,0x2df,_0x1e402d._0x5c7c52,_0x1e402d._0x4635db)+_0x3491dc),process['exit'](-0x11*-0x43+-0x3*0x6a1+0xf71);}const _0x50c532=_0x1e712c[_0x521cec(-0x18b,-0x159,-_0x1e402d._0xa59b65,-0xcf)](__dirname,'..','..',_0x6e9c38[_0x521cec(-0x156,-0x90,-0x11e,-0x104)]);console[_0x521cec(-_0x1e402d._0x1d5a92,-_0x1e402d._0x2f5d66,-0xe5,-0x114)](''),console[_0x9c391b(_0x1e402d._0x211a78,0x310,0x339,_0x1e402d._0x2968a6)](_0x6e9c38[_0x9c391b(_0x1e402d._0x495ba6,0x2bd,0x2f7,0x29a)]),console[_0x521cec(-_0x1e402d._0x1033ad,-0x7f,-_0x1e402d._0xb49648,-_0x1e402d._0x5b6851)](_0x9c391b(_0x1e402d._0x251c0b,_0x1e402d._0xb1e81c,0x31e,0x38d)+_0x9c391b(0x333,_0x1e402d._0x8542e9,_0x1e402d._0x17ed9f,_0x1e402d._0x2e5182)+_0x3491dc),console[_0x9c391b(_0x1e402d._0xc3b8d3,_0x1e402d._0x3b12bd,0x2e3,0x36f)](_0x521cec(-_0x1e402d._0x4830de,-_0x1e402d._0x3d3c86,-_0x1e402d._0x3d4110,-_0x1e402d._0x257904)+_0x9c391b(_0x1e402d._0x2431a6,0x3c0,_0x1e402d._0x25a418,0x373)+_0x5670f6),console[_0x9c391b(_0x1e402d._0x4722b9,0x310,0x2f6,_0x1e402d._0x315ac6)](_0x521cec(-0x18,-0xc1,-_0x1e402d._0x24c852,-0xed)+_0x9c391b(0x3ae,_0x1e402d._0x1a33a0,_0x1e402d._0x5b0606,_0x1e402d._0x411bcf)),console['log']('');const _0x7da09c=await getTrustProxy(),_0x51fe90={...process['env']};function _0x9c391b(_0x152a9d,_0xcb92e,_0x5f1ebf,_0x484e90){return _0x3c4fa4(_0x152a9d-0x191,_0x5f1ebf,_0xcb92e- -0x2b7,_0x484e90-_0x5339e7._0x158202);}_0x51fe90[_0x521cec(-0x1e,-0xbe,-0xb0,-0x10e)+'P_PATH']=_0x3491dc,_0x51fe90[_0x521cec(-0x143,-0x84,-_0x1e402d._0x3128e7,-0x2d)]=_0x5670f6;const _0x29fcec=_0x51fe90;_0x7da09c&&(_0x29fcec['TRUST_PROX'+'Y']=_0x6e9c38[_0x521cec(-0xfa,-0x4c,-_0x1e402d._0x2c7746,-_0x1e402d._0x54b0ef)]);const _0x51a40f=[_0x50c532];process[_0x9c391b(0x3df,0x3b2,0x354,0x434)][_0x521cec(-_0x1e402d._0x2c2a59,-_0x1e402d._0x576a0d,-0x30,-_0x1e402d._0x4c5eeb)+_0x521cec(-_0x1e402d._0x126c51,-0xbf,-_0x1e402d._0x3acc82,-_0x1e402d._0x20e423)]&&_0x51a40f['unshift']('--inspect');function _0x521cec(_0x535fb7,_0x163d5c,_0x21f551,_0x510a04){return _0x3c4fa4(_0x535fb7-0x8d,_0x163d5c,_0x21f551- -_0x38a350._0x3818b3,_0x510a04-_0x38a350._0x41efe3);}const _0x129518=_0x1e712c[_0x9c391b(0x32e,0x38f,_0x1e402d._0x46ca41,0x41f)](LOG_FILE),_0x37ba88={};_0x37ba88['recursive']=!![],await _0x4327a1['mkdir'](_0x129518,_0x37ba88);const _0x5d7c0b=await _0x4327a1[_0x9c391b(_0x1e402d._0x4f03fc,_0x1e402d._0x1731f0,_0x1e402d._0x1c412f,_0x1e402d._0x54eb21)](LOG_FILE,'a'),_0x171cef=_0x6e9c38[_0x9c391b(0x3dc,0x3cd,_0x1e402d._0x3e01e4,0x3dd)](spawn,_0x6e9c38[_0x9c391b(0x3eb,0x3bb,_0x1e402d._0x55f763,_0x1e402d._0x196122)],_0x51a40f,{'env':_0x29fcec,'detached':!![],'stdio':[_0x6e9c38['qgbrQ'],_0x5d7c0b['fd'],_0x5d7c0b['fd']]});_0x171cef[_0x9c391b(_0x1e402d._0x55abbe,_0x1e402d._0x34638f,0x32b,_0x1e402d._0x177881)]();const _0x999e8c=_0x1e712c[_0x521cec(-0x33,0x17,-_0x1e402d._0x397b54,-_0x1e402d._0x27fea4)](PID_FILE),_0x811e42={};_0x811e42[_0x9c391b(_0x1e402d._0x37fe9f,_0x1e402d._0x1384d0,0x360,0x338)]=!![],await _0x4327a1[_0x521cec(-0x12b,-0x176,-0xed,-0x11d)](_0x999e8c,_0x811e42),await _0x4327a1[_0x9c391b(0x376,0x364,_0x1e402d._0x1afd01,_0x1e402d._0x29ba79)](PID_FILE,_0x171cef['pid'][_0x9c391b(0x2de,_0x1e402d._0xdf0cee,_0x1e402d._0x4b64d4,0x361)](),_0x6e9c38[_0x521cec(-_0x1e402d._0x41c8b1,-0x169,-_0x1e402d._0x33430a,-_0x1e402d._0x2e5909)]),console['log'](_0x521cec(-_0x1e402d._0x3a7a78,0x18,-_0x1e402d._0x5eb9a7,-_0x1e402d._0x55eea1)+_0x9c391b(_0x1e402d._0x13842d,_0x1e402d._0x1a5dc6,0x30c,0x37f)+'daemon\x20mod'+_0x9c391b(_0x1e402d._0x4bf309,_0x1e402d._0x113144,_0x1e402d._0x17de7f,0x340)+_0x171cef[_0x9c391b(0x3a8,_0x1e402d._0x3490dd,0x31d,_0x1e402d._0x871a3b)]+')'),console[_0x521cec(-_0x1e402d._0x3ab6f5,-0x73,-0xe5,-0xd2)](_0x9c391b(_0x1e402d._0xebd772,_0x1e402d._0x440d3d,0x357,0x366)+_0x9c391b(_0x1e402d._0xbc2b78,_0x1e402d._0x21c79e,0x40f,0x30b)+_0x9c391b(0x399,_0x1e402d._0x34b7ef,0x3dd,_0x1e402d._0x5b0606)+_0x5670f6),console[_0x9c391b(0x2bd,_0x1e402d._0x57562e,_0x1e402d._0x58c3b6,_0x1e402d._0x30a104)]('\x20\x20Logs:\x20'+LOG_FILE),console[_0x521cec(-_0x1e402d._0x2580f7,-0xeb,-_0x1e402d._0x3c05bb,-_0x1e402d._0x3478df)](''),console['log'](_0x6e9c38[_0x521cec(-_0x1e402d._0x4d8960,-0x1ae,-_0x1e402d._0x16a500,-0x12b)]),console[_0x521cec(-_0x1e402d._0x14903c,-0x172,-_0x1e402d._0xb49648,-0x154)](_0x6e9c38[_0x521cec(_0x1e402d._0xa514cb,_0x1e402d._0x4fb743,-_0x1e402d._0x498141,-_0x1e402d._0x40bba0)]),console[_0x521cec(-_0x1e402d._0x42e581,-0x11a,-_0x1e402d._0x44d9a7,-0x135)](_0x6e9c38[_0x521cec(-_0x1e402d._0x434412,-_0x1e402d._0xf2cb74,-0x96,-_0x1e402d._0x39b24b)]);}export async function stopServer(){const _0x357b99={_0x544076:0x526,_0x51f3b4:0x467,_0x1ef432:0xb0,_0x2ec5a2:0xcd,_0x468714:0x4e9,_0x38a98b:0x56c,_0x54ab0d:0x4be,_0x35f240:0x3d,_0x2a9bdf:0x13,_0x2f759d:0xbe,_0x45781c:0x79,_0x474e1a:0x466,_0x5e8343:0x1f,_0x307cf0:0x5d,_0x5617e9:0x498,_0x1e82a6:0x441,_0x35ddc0:0x4f0,_0x5570b4:0x49b,_0x58ef2c:0x4a4,_0x56ccc7:0xa4,_0x46db75:0xc0,_0xf5476e:0x3df,_0x52d765:0x3fe,_0x5eab5e:0x6,_0x44fefe:0x3f,_0x5b2a36:0x520,_0x479015:0x507,_0x25684f:0x449,_0x1faa52:0x4e9,_0x354c65:0xdb,_0x215735:0x16a,_0x2507f3:0x51,_0x127f5b:0x10d,_0x59ab23:0x7a,_0x225fe7:0x49,_0x522f5f:0x3ee,_0x570af0:0x104,_0x3e3eab:0xbf,_0x4e4daa:0xfc,_0x560ff9:0x507,_0x341b12:0x45d,_0x3c6cc1:0x4cc,_0x5f08a3:0x54e,_0xc9a73:0x476,_0x408725:0x482,_0x5bad3:0x3f6,_0x5bcf7a:0x534,_0x423eb4:0x4f4,_0x22c818:0x592,_0x30ca6d:0x2e,_0x213a62:0xab,_0x1d5fa6:0x62,_0x23f612:0x592,_0x13cea5:0x4a0,_0x660ee4:0x55,_0xae531c:0xe,_0x745f26:0x430,_0x5c4e11:0x45b,_0x5d6df4:0x2e,_0x34fb3c:0x127,_0x1faf34:0x5a,_0x354894:0x1e,_0x3c9756:0x113,_0x5aba36:0xc1,_0x3137b1:0x134,_0xb8fd7d:0xcd,_0x544f60:0x429,_0x387f0d:0x529,_0x22087c:0x3f4,_0x2ad8e7:0x487,_0x13d7a5:0x49f,_0x20ec6f:0x4bf,_0x4d7848:0x549,_0x44d697:0xf,_0x32f5ba:0x50,_0xe60551:0x6b,_0x311f7a:0xf1,_0xffa015:0xe7,_0x141973:0x551,_0xaa502c:0x4e7,_0x314804:0x4b5},_0x2334e3={_0x22b51c:0x454,_0x5ad5f7:0x65},_0x1d11f7={_0x2b59fa:0x6a,_0x4371c9:0x140,_0x4df219:0x1a8},_0x56ad01={'yRWWQ':_0x3c25ea(0x572,0x4e8,_0x357b99._0x544076,_0x357b99._0x51f3b4),'vpDKy':_0x4d954d(0xc2,_0x357b99._0x1ef432,_0x357b99._0x2ec5a2,0x127),'GrhgU':function(_0x38bde9){return _0x38bde9();},'fFixt':_0x3c25ea(_0x357b99._0x468714,0x50a,_0x357b99._0x38a98b,0x4ae),'hFrlA':_0x3c25ea(0x45e,0x43e,0x45b,_0x357b99._0x54ab0d),'QRsPi':_0x4d954d(_0x357b99._0x35f240,_0x357b99._0x2a9bdf,_0x357b99._0x2f759d,_0x357b99._0x45781c)+_0x3c25ea(0x4d2,_0x357b99._0x474e1a,0x409,0x3ee)+'g','BYrcs':_0x4d954d(0xaf,0x86,0x112,_0x357b99._0x5e8343),'qunjU':'SIGTERM','WpqvW':function(_0x3aeea0,_0x49ebea){return _0x3aeea0<_0x49ebea;},'ThKRJ':_0x4d954d(0x37,_0x357b99._0x307cf0,-0x1a,-0x14),'CMNLc':_0x3c25ea(_0x357b99._0x468714,_0x357b99._0x5617e9,_0x357b99._0x1e82a6,0x439)+_0x3c25ea(_0x357b99._0x35ddc0,0x507,_0x357b99._0x5570b4,_0x357b99._0x58ef2c)+'gracefully'+_0x4d954d(_0x357b99._0x56ccc7,0xc1,0x38,_0x357b99._0x46db75)+'..','NcSGN':_0x3c25ea(0x4eb,0x472,_0x357b99._0xf5476e,_0x357b99._0x52d765)},{running:_0x5593a6,pid:_0x588798}=await _0x56ad01['GrhgU'](isServerRunning);if(!_0x5593a6){if(_0x56ad01[_0x4d954d(0x45,-0x44,-_0x357b99._0x5eab5e,_0x357b99._0x44fefe)]!==_0x56ad01[_0x3c25ea(0x494,_0x357b99._0x5b2a36,0x4b1,_0x357b99._0x479015)]){console['log'](_0x56ad01[_0x3c25ea(_0x357b99._0x25684f,0x4c7,0x492,_0x357b99._0x1faa52)]);return;}else{const _0x199937=_0x57cac8[_0x4d954d(_0x357b99._0x354c65,_0x357b99._0x215735,_0x357b99._0x2507f3,0x12b)](_0x2b39e7),_0x37bf04={};_0x37bf04[_0x4d954d(_0x357b99._0x127f5b,_0x357b99._0x59ab23,0x90,0xfd)]=!![],_0x37bf04[_0x4d954d(0xa,0x2d,_0x357b99._0x225fe7,-0x35)]=_0x199937[_0x3c25ea(_0x357b99._0x522f5f,0x448,0x464,0x42f)]||_0x56ad01[_0x4d954d(_0x357b99._0x570af0,0xcb,0x16a,0x183)],_0x10f091(_0x37bf04);}}console[_0x4d954d(_0x357b99._0x225fe7,0x80,0xdd,-0x42)](_0x4d954d(_0x357b99._0x3e3eab,_0x357b99._0x4e4daa,0x85,0x10e)+_0x3c25ea(_0x357b99._0x560ff9,0x4df,0x506,_0x357b99._0x341b12)+':\x20'+_0x588798+_0x3c25ea(_0x357b99._0x3c6cc1,0x4c6,_0x357b99._0x5f08a3,_0x357b99._0xc9a73));function _0x3c25ea(_0x4e1dc1,_0xc3f3e9,_0x201b1c,_0x3194b0){return _0x3c4fa4(_0x4e1dc1-_0x1d11f7._0x2b59fa,_0x201b1c,_0xc3f3e9- -_0x1d11f7._0x4371c9,_0x3194b0-_0x1d11f7._0x4df219);}function _0x4d954d(_0x300dba,_0x5622f5,_0x15bf01,_0x1c627c){return _0x5c2b7c(_0x300dba- -_0x2334e3._0x22b51c,_0x1c627c,_0x15bf01-0xea,_0x1c627c-_0x2334e3._0x5ad5f7);}try{if(_0x3c25ea(0x441,_0x357b99._0x408725,0x41c,_0x357b99._0x5bad3)!==_0x56ad01[_0x3c25ea(0x52a,_0x357b99._0x5bcf7a,_0x357b99._0x423eb4,_0x357b99._0x22c818)]){process[_0x4d954d(_0x357b99._0x30ca6d,_0x357b99._0x213a62,-0x5e,-_0x357b99._0x1d5fa6)](_0x588798,_0x56ad01[_0x3c25ea(_0x357b99._0x23f612,0x533,0x5c3,_0x357b99._0x13cea5)]);for(let _0x175ff0=-0x1fd3*-0x1+-0x1*0x1732+0x2f*-0x2f;_0x56ad01['WpqvW'](_0x175ff0,-0x94f+0x146b+0xb*-0xfe);_0x175ff0++){try{_0x3c25ea(_0x357b99._0x5bad3,0x475,0x406,0x4c7)===_0x56ad01['ThKRJ']?(process[_0x4d954d(_0x357b99._0x30ca6d,-_0x357b99._0x660ee4,0x4,_0x357b99._0xae531c)](_0x588798,0x1c+0x956+-0x972),await new Promise(_0x1d394f=>setTimeout(_0x1d394f,0xb*-0x2b3+-0x1bd0+0x39e5))):_0x33ada0['unshift'](_0x56ad01[_0x3c25ea(_0x357b99._0x745f26,_0x357b99._0x5c4e11,0x448,0x3f2)]);}catch{break;}}try{process['kill'](_0x588798,0x2*-0x824+0x2648+0x160*-0x10),console['log'](_0x56ad01['CMNLc']),process[_0x4d954d(0x2e,0x1a,-0x6,-_0x357b99._0x5d6df4)](_0x588798,_0x56ad01['NcSGN']);}catch{}await _0x4327a1[_0x4d954d(0xac,0x12f,_0x357b99._0x34fb3c,_0x357b99._0x1faf34)](PID_FILE)['catch'](()=>{}),console[_0x4d954d(_0x357b99._0x225fe7,0x70,_0x357b99._0x354894,-0x3d)](_0x4d954d(_0x357b99._0x3c9756,_0x357b99._0x5aba36,_0x357b99._0x3137b1,_0x357b99._0xb8fd7d)+_0x3c25ea(0x492,0x455,_0x357b99._0x544f60,0x3db));}else _0x3b5bc2['log'](_0x3c25ea(0x47a,0x4dd,_0x357b99._0x387f0d,0x52d)+'\x20\x20\x20\x20\x20⚠\x20Sta'+_0x4d954d(0xbe,0x61,0xf8,0xe8)+'e\x20(server\x20'+'not\x20respon'+_0x3c25ea(0x4a4,0x436,0x47a,0x436)),_0x2a1966[_0x3c25ea(_0x357b99._0x22087c,_0x357b99._0x2ad8e7,0x409,_0x357b99._0x13d7a5)]('\x20\x20Stale\x20PI'+'D:\x20\x20\x20'+_0x3bef51);}catch(_0x1d4c17){console[_0x3c25ea(0x463,_0x357b99._0x20ec6f,_0x357b99._0x4d7848,0x4be)]('Error\x20stop'+'ping\x20serve'+_0x4d954d(0x3b,-_0x357b99._0x44d697,_0x357b99._0x1ef432,_0x357b99._0x32f5ba)+_0x1d4c17[_0x4d954d(_0x357b99._0xe60551,_0x357b99._0x311f7a,_0x357b99._0x45781c,_0x357b99._0xffa015)]),process[_0x3c25ea(_0x357b99._0x141973,_0x357b99._0xaa502c,_0x357b99._0x4d7848,_0x357b99._0x314804)](0xaa5+0x15db+-0x1*0x207f);}}async function checkServerHealth(_0x4d4fc7){const _0x202efe={_0x2dec7d:0x276,_0x5094ad:0x245,_0x20139f:0x119,_0x34b50e:0x72,_0x49e05d:0x17a,_0x3df798:0x169,_0x275f25:0xe1,_0x171371:0xd9,_0xc49909:0x23d,_0x23b874:0x1dc,_0x4b5c29:0x5a,_0x1847c5:0xca},_0x50ccdd={_0x4aefed:0x53,_0x18a7b4:0x7d,_0x1bcd04:0x91,_0x4a5217:0x3f,_0x554014:0x9b,_0x280493:0x42,_0x43ded1:0x96,_0xc145b2:0xe1,_0x166e25:0x72,_0x5dc660:0xc4,_0x5d9172:0x50,_0x412288:0x44,_0x34b4c2:0x77,_0x1d02aa:0x2f,_0x3711e2:0x46,_0x56a7ba:0x7},_0x35e110={_0x1c4897:0x220,_0x30af96:0x1ce},_0xba5655={_0x12498e:0x252,_0x2fb78a:0x2cd,_0x1dc12f:0x43b,_0x2e3def:0x41b,_0x217cd2:0x27e,_0x54584f:0x2a8,_0x5024b3:0x2fd,_0x10bdf5:0x31c,_0x1bfca3:0x323,_0x4a2834:0x374,_0x4b78eb:0x3bb},_0xc9dfe4={_0x2cfcae:0x16b,_0x213991:0x108},_0x5342ed={_0xdb64d4:0x535,_0x29c3f8:0x102},_0x273a43={_0xa3d3a3:0x86};function _0x44bd48(_0x33950e,_0x51e6e3,_0x26024f,_0x2c62f3){return _0x3c4fa4(_0x33950e-_0x273a43._0xa3d3a3,_0x33950e,_0x51e6e3- -0x3c4,_0x2c62f3-0x22);}function _0x393198(_0x110087,_0x15586d,_0x8ffcae,_0x652a71){return _0x3c4fa4(_0x110087-0x78,_0x15586d,_0x652a71- -_0x5342ed._0xdb64d4,_0x652a71-_0x5342ed._0x29c3f8);}const _0x3e23f7={'BEemd':_0x44bd48(0x25c,0x264,0x209,_0x202efe._0x2dec7d),'HnGPc':function(_0x88d1fc,_0x43ed9a){return _0x88d1fc!==_0x43ed9a;},'nyhXa':_0x44bd48(0x29b,_0x202efe._0x5094ad,0x202,0x280),'eplvs':_0x393198(_0x202efe._0x20139f,_0x202efe._0x34b50e,_0x202efe._0x49e05d,0xeb),'YRpjY':_0x393198(_0x202efe._0x3df798,_0x202efe._0x275f25,0x66,_0x202efe._0x171371),'nLiqq':_0x44bd48(0x29a,_0x202efe._0xc49909,_0x202efe._0x23b874,0x1d7),'LiyUI':function(_0x102cfa,_0xad925e){return _0x102cfa(_0xad925e);},'BtPPR':_0x393198(_0x202efe._0x4b5c29,0x8b,0xf4,_0x202efe._0x1847c5)};return new Promise(_0x598714=>{const _0x36ecdd={_0x5246da:0x9d,_0x282d97:0x9b},_0x5cee8c={_0x292c39:0x74,_0x109ec6:0x92},_0x16c06d={_0x148c89:0x356},_0x1abb41={_0x151d6f:0x27,_0x33ded3:0x12},_0x57a0f6={'fnIBN':function(_0x68bb69,_0x115a75){function _0x185c80(_0x565be9,_0x380439,_0x35076b,_0x1205de){return _0xfb16(_0x35076b- -0x2df,_0x380439);}return _0x3e23f7[_0x185c80(-_0x1abb41._0x151d6f,-0x46,-_0x1abb41._0x33ded3,0x31)](_0x68bb69,_0x115a75);}},_0x127a76={};_0x127a76[_0x323873(0x8,-_0x50ccdd._0x4aefed,-_0x50ccdd._0x18a7b4,-_0x50ccdd._0x1bcd04)]=0x7d0;function _0x323873(_0x127401,_0x2cd77d,_0x5044e3,_0x4a8c14){return _0x393198(_0x127401-0x23,_0x4a8c14,_0x5044e3-_0xc9dfe4._0x2cfcae,_0x5044e3- -_0xc9dfe4._0x213991);}const _0xc5cf18=_0x2d6836[_0x323873(-0x7e,-0xb2,-0x6b,-_0x50ccdd._0x4a5217)](_0x323873(_0x50ccdd._0x554014,0x93,_0x50ccdd._0x280493,-0x25)+'alhost:'+_0x4d4fc7+_0x323873(-_0x50ccdd._0x43ded1,-0xa6,-0xa9,-_0x50ccdd._0xc145b2),_0x127a76,_0x5c87bc=>{const _0x5ae8dd={_0x5e9503:0x1d9,_0x4e03bb:0x1fd,_0x58415c:0x1a5,_0x18ad68:0x1e4,_0x3616ef:0x11a,_0x2de529:0x173,_0x246ec7:0x175,_0x5af791:0x8c,_0x46514b:0x113,_0x22ef87:0x11b,_0x44518b:0x1a7,_0x421d19:0xe0,_0x3d0775:0x18a,_0x5646c8:0x16a,_0x4e6659:0xee,_0x3e2486:0xb2,_0x2e5d9d:0xd4,_0x19f4c1:0xc3,_0x1a0280:0x212,_0x526bb4:0x24d,_0x42f398:0x216,_0x1993d3:0xf6,_0x5b9e08:0xaf,_0x266030:0x101,_0x5930e6:0xef,_0x5a8619:0xdc},_0x2a9732={_0x217df7:0x8d},_0x1cd99e={_0x3a6cb7:0x1bb,_0x5a43b0:0xb4},_0x12977f={_0x23096b:0x89,_0x36ccf7:0xbb};function _0xb2de7(_0x44f499,_0x200ffe,_0x591995,_0x4cf04e){return _0x5c53e4(_0x44f499-0x178,_0x591995,_0x591995-0x87,_0x44f499-0x493);}const _0x3269e6={'QevUX':_0x3e23f7[_0x332c56(0x313,_0xba5655._0x12498e,_0xba5655._0x2fb78a,0x331)],'tXNdN':function(_0x127d9d,_0x1ad921){function _0x14dd57(_0x413317,_0x4762a8,_0x21d8ea,_0x35fd1a){return _0x332c56(_0x413317,_0x4762a8-_0x12977f._0x23096b,_0x4762a8-_0x12977f._0x36ccf7,_0x35fd1a-0xf3);}return _0x3e23f7[_0x14dd57(_0x16c06d._0x148c89,0x347,0x366,0x315)](_0x127d9d,_0x1ad921);}};function _0x332c56(_0x40d9ab,_0x11cf7e,_0x108316,_0x4e43e2){return _0x323873(_0x40d9ab-_0x1cd99e._0x3a6cb7,_0x11cf7e-_0x1cd99e._0x5a43b0,_0x108316-0x35a,_0x40d9ab);}if(_0x3e23f7[_0xb2de7(_0xba5655._0x1dc12f,0x47b,0x484,_0xba5655._0x2e3def)](_0x3e23f7[_0x332c56(0x2e4,_0xba5655._0x217cd2,_0xba5655._0x54584f,_0xba5655._0x5024b3)],_0x3e23f7[_0x332c56(_0xba5655._0x10bdf5,_0xba5655._0x1bfca3,_0xba5655._0x4a2834,_0xba5655._0x4b78eb)])){let _0x23e213='';_0x5c87bc['on'](_0x3e23f7['YRpjY'],_0x57a3af=>_0x23e213+=_0x57a3af),_0x5c87bc['on'](_0x3e23f7['nLiqq'],()=>{function _0x42738e(_0x3b7813,_0x492649,_0x485703,_0x5369f0){return _0xb2de7(_0x492649- -0x3e4,_0x492649-0x172,_0x485703,_0x5369f0-0x1c6);}function _0x1660ee(_0x347d2f,_0x4d9c8b,_0xf914a1,_0x23747b){return _0x332c56(_0x4d9c8b,_0x4d9c8b-0x33,_0x23747b- -0x192,_0x23747b-_0x2a9732._0x217df7);}try{const _0x45b0f9=JSON[_0x1660ee(_0x5ae8dd._0x5e9503,_0x5ae8dd._0x4e03bb,_0x5ae8dd._0x58415c,_0x5ae8dd._0x18ad68)](_0x23e213),_0x3e11a9={};_0x3e11a9[_0x42738e(_0x5ae8dd._0x3616ef,_0x5ae8dd._0x2de529,_0x5ae8dd._0x246ec7,0xeb)]=!![],_0x3e11a9[_0x1660ee(0xd5,_0x5ae8dd._0x5af791,0x152,_0x5ae8dd._0x46514b)]=_0x45b0f9[_0x1660ee(_0x5ae8dd._0x22ef87,_0x5ae8dd._0x44518b,_0x5ae8dd._0x421d19,_0x5ae8dd._0x46514b)]||_0x3269e6[_0x1660ee(0xe1,_0x5ae8dd._0x3d0775,0x16a,_0x5ae8dd._0x5646c8)],_0x598714(_0x3e11a9);}catch{if(_0x3269e6['tXNdN'](_0x42738e(0x11c,0x149,_0x5ae8dd._0x4e6659,0x193),_0x42738e(_0x5ae8dd._0x3e2486,_0x5ae8dd._0x2e5d9d,_0x5ae8dd._0x19f4c1,0x92))){const _0x5c1c46={};_0x5c1c46[_0x1660ee(0x26c,_0x5ae8dd._0x1a0280,_0x5ae8dd._0x526bb4,_0x5ae8dd._0x42f398)]=!![],_0x5c1c46[_0x1660ee(0x109,_0x5ae8dd._0x1993d3,0xe5,0x113)]=_0x3269e6['QevUX'],_0x598714(_0x5c1c46);}else _0x27b45a[_0x42738e(0xff,_0x5ae8dd._0x5b9e08,0xaf,0xa4)](_0x42738e(0xf7,_0x5ae8dd._0x266030,_0x5ae8dd._0x5930e6,0x177)+'th:\x20\x20'+_0x53a3e0[_0x1660ee(0x155,0x125,_0x5ae8dd._0x5a8619,0x12f)]);}});}else _0x327e85=!![];}),_0x3387b2={};_0x3387b2[_0x5c53e4(0x144,_0x50ccdd._0x166e25,0x14d,_0x50ccdd._0x5dc660)]=![],_0xc5cf18['on'](_0x3e23f7[_0x5c53e4(-_0x50ccdd._0x5d9172,-0x4a,-0x82,-_0x50ccdd._0x412288)],()=>_0x598714(_0x3387b2));function _0x5c53e4(_0x11a622,_0x5eff8c,_0x5d1588,_0x45356f){return _0x393198(_0x11a622-_0x5cee8c._0x292c39,_0x5eff8c,_0x5d1588-0x4c,_0x45356f- -_0x5cee8c._0x109ec6);}_0xc5cf18['on'](_0x5c53e4(-_0x50ccdd._0x34b4c2,-_0x50ccdd._0x1d02aa,_0x50ccdd._0x3711e2,-_0x50ccdd._0x56a7ba),()=>{_0xc5cf18[_0x4baaf5(0x212,_0x35e110._0x1c4897,_0x35e110._0x30af96,0x1a9)]();function _0x4baaf5(_0x13eb35,_0x5cccfd,_0x14dcfb,_0x4b6543){return _0x323873(_0x13eb35-_0x36ecdd._0x5246da,_0x5cccfd-_0x36ecdd._0x282d97,_0x14dcfb-0x19a,_0x5cccfd);}const _0x3261ce={};_0x3261ce['responding']=![],_0x57a0f6['fnIBN'](_0x598714,_0x3261ce);});});}export async function showStatus(){const _0x471c45={_0x54cf5a:0x451,_0x55b6af:0x3fe,_0x2914aa:0x2f,_0x5497ce:0xb0,_0x4b69e3:0x1c,_0x55ee02:0x4f,_0x587b22:0x48f,_0xa2f598:0x428,_0x134099:0x455,_0x554082:0x106,_0x27e203:0xe1,_0x4699a4:0x144,_0x43340b:0x26,_0x704283:0x48,_0x24b1b6:0x5f,_0x1619f5:0x3df,_0x2be653:0x3f2,_0x2be00:0x3d4,_0x258cb1:0x436,_0x58da06:0x34,_0x2d68b5:0x1,_0x1ddfb5:0x2e,_0x13d0c6:0x1b,_0x3acf64:0xc,_0x513092:0x3ea,_0x4748d6:0x3e2,_0x51725f:0x460,_0x377179:0x418,_0x504039:0x3a3,_0x269f2a:0x315,_0x4dcacc:0x33a,_0x381eef:0x41b,_0x17b016:0x481,_0x2b5b6f:0x4c,_0x5301d4:0x2c,_0x1929fa:0x73,_0x132fd0:0x3ce,_0x232e16:0x376,_0x3c3832:0x3dd,_0x44488c:0x7b,_0x5e2608:0x45e,_0x588f6b:0x44a,_0x553c62:0x37f,_0x3a2782:0x3e4,_0x2d8a36:0x2fa,_0x53bab9:0xb1,_0x21610b:0x33,_0x1ee172:0x46c,_0x3195f5:0x4e1,_0x51f246:0x4b5,_0x4c67e0:0x39f,_0x3b6274:0x2b,_0x5cb2d4:0x39,_0x2369bc:0x7,_0x1986f8:0x3d1,_0x2ba053:0x44b,_0xf4352f:0x453,_0x1eed19:0x4a9,_0x3a4504:0x4c4,_0x1fce6d:0x47f,_0xf82599:0x375,_0x373e74:0x5c,_0x2ba633:0x8f,_0x4bd319:0x63,_0x597549:0xb8,_0x2ea9aa:0xd1,_0x4b9377:0x44b,_0x23afdd:0x404,_0xaf35c7:0x48a,_0x4023e6:0x464,_0x2e4735:0x487,_0x3559f1:0x43e,_0x2e6e43:0x4cd,_0x83237a:0x3f,_0x270343:0xb3,_0x42c366:0xae,_0x5825d4:0x41,_0x523bf5:0x40b,_0x427869:0x451,_0x3fbe60:0x4be,_0x4c98ef:0xc1,_0x24d9ec:0x42,_0x414de1:0x3b,_0x33b1ef:0xe7,_0x36889a:0x97,_0x26d940:0x119,_0x3194e6:0x333,_0x109917:0x371,_0x243274:0x347,_0x285825:0x3f9,_0xb37cc0:0x42f,_0x3db28d:0x3b4,_0x5e8ae5:0x366,_0x18ee1b:0x454,_0x9baf29:0x41,_0x13ed00:0x9c,_0x24d9fd:0xf,_0x276317:0x509,_0x118dec:0x4ab,_0x5e3a53:0xd3,_0x2cd352:0x88,_0x5f56b4:0x2a,_0x11ce4e:0x47,_0x1537cf:0x35c,_0x5c2d9c:0x3a0,_0x45e79c:0x30b,_0x48b8c7:0xb9,_0x5f425f:0x8b,_0x1775d0:0x410,_0x9c6ef0:0x42b,_0x52af5d:0x3d1,_0x6c2c04:0x3d0,_0x112f70:0x41,_0x429250:0x82,_0x29e7d5:0x4cf,_0x58cabd:0x64,_0x3906c7:0x2e,_0xd5dc9f:0x7f,_0x2f12f6:0x91,_0x7e1996:0x70,_0x5ba3dc:0xdb,_0x26724d:0x117,_0x3aa18c:0x3a8,_0x10c923:0x381,_0x50067c:0x33e,_0x20249e:0x47a,_0x224b8b:0x45e,_0x46c8d7:0x495,_0x586eb1:0x40f,_0x1f69b6:0x36f,_0x4d49de:0x3f2,_0xc95792:0x3d1,_0x5bef19:0x3e5,_0x5e1381:0x3fb,_0x5d79e1:0x3e9,_0x50a2bd:0x3fa,_0x3f939f:0x58,_0x4e0a8f:0x45,_0x434433:0xbe,_0x467b6f:0x415,_0x23a567:0x2e,_0x26d079:0x1a,_0x295660:0x3ff,_0x4014b1:0x492,_0x869432:0x3e8,_0x3314f7:0x394,_0x5b2099:0x8d,_0x11cbfc:0x8e,_0x559e77:0x78,_0x5ed803:0xaf,_0x97b267:0xda,_0x5ee385:0x6b,_0x4981b0:0x3af,_0x59805a:0x68,_0x2a47bb:0x402,_0x58f578:0x3f3,_0x2154ca:0x414,_0x5f581a:0xcd,_0x332d46:0x11e,_0x28d95f:0x97,_0x5262b1:0x51,_0x6c66ae:0x423,_0x44d47f:0x3ed,_0x322a24:0x43,_0x5be9a2:0x26,_0x441747:0x8c,_0x499a01:0xc,_0x5491a6:0x10,_0xf6fcfe:0x438,_0x4fe84c:0x423,_0x5b4c0e:0x3ca,_0x2b7df3:0x3ad,_0xfc8f98:0xec,_0x44734a:0x46,_0x14c73b:0x45c,_0x3e5034:0x49b,_0x40c27b:0xe4,_0x3c89ce:0x3c3,_0x5b9544:0x3b0,_0xb16255:0x4e5,_0x46eb23:0x3ae,_0x5b9416:0x321,_0x11aa24:0x3e6,_0x78b2bd:0x5b,_0x54266a:0x41,_0x382f41:0x5,_0x5a7196:0x44d,_0x58d62d:0x426,_0x559d3a:0x4b6,_0x2888fe:0x9a,_0x2e8bcf:0x116,_0x21d023:0xc,_0x449d75:0x4a,_0x25b381:0xed,_0x1659d0:0x112,_0x5c3b29:0x3b9,_0xe57fb2:0x72,_0x3a2188:0x16,_0xf19e70:0x401,_0xb457e6:0x3d1,_0x4101cd:0x45b,_0x16e285:0x8,_0x95751d:0x96,_0x267412:0x304,_0x53914f:0x14e,_0x2d9945:0x14b,_0x309f28:0x7e,_0x503ce3:0x83,_0x5654ca:0x4d1,_0x5eea9a:0x467,_0x145cc3:0x4a4,_0x2cb12a:0x78,_0x259d80:0xa7,_0x533a27:0x14,_0x57628f:0x97,_0x10554a:0x66},_0x222b83={_0x271ccb:0x65e,_0x379e2e:0xf6},_0x5a147b={_0x160606:0xca,_0x31cbf0:0xc9},_0x5b9047={'AobpN':function(_0x118307,_0x2c53b3,_0x54b2af){return _0x118307(_0x2c53b3,_0x54b2af);},'kXFew':'--tail=','PaPGi':'Server\x20did'+_0x485b5a(_0x471c45._0x54cf5a,0x42f,0x470,_0x471c45._0x55b6af)+'gracefully'+',\x20forcing.'+'..','ICtEN':function(_0x571583){return _0x571583();},'rNraH':function(_0x58783d,_0x52c813){return _0x58783d(_0x52c813);},'FkfUn':function(_0x301a40,_0x415cca){return _0x301a40!==_0x415cca;},'EXwWt':_0x352340(0x4e,-0x1d,_0x471c45._0x2914aa,0x3e),'qyMFu':function(_0x36ea02,_0xb9eee4){return _0x36ea02===_0xb9eee4;},'CGwtZ':_0x352340(-_0x471c45._0x5497ce,-_0x471c45._0x4b69e3,-0x83,_0x471c45._0x55ee02),'XTMaB':_0x485b5a(0x45b,_0x471c45._0x587b22,_0x471c45._0xa2f598,_0x471c45._0x134099),'kwMaH':function(_0x506dbe,_0x35ca5a){return _0x506dbe!==_0x35ca5a;},'dWUdv':_0x352340(-_0x471c45._0x554082,-_0x471c45._0x27e203,-0x53,-_0x471c45._0x4699a4),'AocgT':_0x352340(-0x29,-_0x471c45._0x2914aa,-_0x471c45._0x43340b,-_0x471c45._0x704283),'WzMbF':_0x352340(0x12,0x1f,-0x73,-_0x471c45._0x24b1b6)+_0x485b5a(0x383,0x3f1,_0x471c45._0x1619f5,_0x471c45._0x2be653)+'h:','OoFta':'\x20\x20coder-se'+'rver\x20start','jWiUg':_0x485b5a(0x3d0,_0x471c45._0x2be00,_0x471c45._0x258cb1,0x391)+_0x352340(-0x85,-0xc6,-0x4d,-0x75)+'the\x20server'+'\x20with:','OaTqn':_0x352340(-0x2f,_0x471c45._0x58da06,_0x471c45._0x2d68b5,0x17)+_0x352340(0x90,_0x471c45._0x1ddfb5,0x1c,_0x471c45._0x13d0c6)+_0x352340(0x62,0x28,0xb6,-_0x471c45._0x3acf64)+_0x485b5a(_0x471c45._0x513092,_0x471c45._0x4748d6,_0x471c45._0x51725f,0x3fb)+'to/coder-s'+_0x485b5a(0x38c,0x327,_0x471c45._0x377179,0x41d),'VznCq':_0x485b5a(_0x471c45._0x504039,_0x471c45._0x269f2a,_0x471c45._0x4dcacc,0x312)+_0x485b5a(0x3ec,_0x471c45._0x381eef,_0x471c45._0x17b016,0x376)+':','oOZHf':_0x352340(_0x471c45._0x2b5b6f,0x34,-_0x471c45._0x5301d4,_0x471c45._0x1929fa)+_0x485b5a(_0x471c45._0x132fd0,0x3f5,_0x471c45._0x232e16,_0x471c45._0x3c3832),'fiauP':'Server\x20is\x20'+'running\x20in'+_0x352340(0x53,-0x3b,0x3e,-_0x471c45._0x44488c)+_0x485b5a(0x444,0x3d6,0x44e,0x46f),'Vtmgd':'Stop\x20it\x20wi'+_0x485b5a(_0x471c45._0x5e2608,_0x471c45._0x588f6b,0x489,0x460)+_0x485b5a(_0x471c45._0x553c62,_0x471c45._0x3a2782,_0x471c45._0x2d8a36,0x2f3)+_0x352340(-0xf7,-_0x471c45._0x53bab9,-_0x471c45._0x21610b,-0x12b)+_0x485b5a(_0x471c45._0x3c3832,0x3b4,0x45f,0x36a)+_0x485b5a(_0x471c45._0x1ee172,_0x471c45._0x3195f5,_0x471c45._0x51f246,0x3dd)},{running:_0x386a77,pid:_0x30542c}=await _0x5b9047[_0x485b5a(0x433,0x44a,0x457,_0x471c45._0x4c67e0)](isServerRunning),_0x19d33f=await getServerConfig(),_0x5cbd33=await _0x5b9047[_0x352340(_0x471c45._0x3b6274,-_0x471c45._0x5cb2d4,_0x471c45._0x2369bc,-0x8)](checkServerHealth,_0x19d33f[_0x485b5a(0x3df,0x408,0x396,0x46f)]);console[_0x485b5a(_0x471c45._0x1986f8,0x3ac,_0x471c45._0x2ba053,0x416)]('CoderFlow\x20'+_0x485b5a(_0x471c45._0xf4352f,_0x471c45._0x1eed19,_0x471c45._0x3a4504,_0x471c45._0x1fce6d)+'tus:'),console[_0x485b5a(0x3d1,0x385,0x37d,_0x471c45._0xf82599)]('');if(_0x386a77&&_0x5cbd33[_0x352340(_0x471c45._0x373e74,0x2d,_0x471c45._0x2ba633,-0x30)])_0x5b9047[_0x352340(-0xd9,-_0x471c45._0x4bd319,-_0x471c45._0x597549,-_0x471c45._0x2ea9aa)](_0x485b5a(_0x471c45._0x4b9377,_0x471c45._0x23afdd,0x4a8,_0x471c45._0xaf35c7),_0x5b9047['EXwWt'])?_0x41e0d1=_0x5b9047[_0x485b5a(_0x471c45._0x4023e6,_0x471c45._0x2e4735,_0x471c45._0x3559f1,_0x471c45._0x2e6e43)](_0x160bc1,_0x5e52d2[_0x485b5a(0x390,0x3d4,0x3d6,0x41d)](_0x5b9047['kXFew'][_0x352340(-_0x471c45._0x83237a,-0xc2,-_0x471c45._0x270343,-_0x471c45._0x42c366)]),0x2*0x1047+0xebd*0x1+-0x1*0x2f41):(console['log'](_0x352340(-0xc2,-_0x471c45._0x5825d4,-0x5f,-0x67)+_0x485b5a(0x499,_0x471c45._0x523bf5,_0x471c45._0x427869,_0x471c45._0x3fbe60)+_0x352340(-_0x471c45._0x4c98ef,-_0x471c45._0x24d9ec,0x20,-0x2e)+_0x352340(-_0x471c45._0x414de1,-0x80,-0x29,-_0x471c45._0x33b1ef)),console[_0x352340(-0xd0,-_0x471c45._0x36889a,-0x6f,-_0x471c45._0x26d940)](_0x352340(-0x37,-0xaf,-0x94,-0x106)+_0x485b5a(0x3af,0x441,_0x471c45._0x3194e6,_0x471c45._0x2be653)+_0x30542c),console[_0x485b5a(0x3d1,0x422,0x343,0x3a1)]('\x20\x20URL:\x20\x20\x20\x20'+_0x485b5a(0x3af,_0x471c45._0x109917,0x39b,_0x471c45._0x243274)+_0x19d33f[_0x485b5a(_0x471c45._0x285825,0x3a4,_0x471c45._0xb37cc0,_0x471c45._0x3db28d)]));else{if(_0x5cbd33['responding'])console[_0x485b5a(0x3d1,_0x471c45._0x5e8ae5,_0x471c45._0x18ee1b,0x35a)](_0x352340(-0x8c,-_0x471c45._0x9baf29,-_0x471c45._0x13ed00,-_0x471c45._0x24d9fd)+_0x485b5a(0x499,0x4ee,0x4c2,_0x471c45._0x276317)+_0x485b5a(0x44d,0x419,0x4a3,_0x471c45._0x118dec)+_0x352340(-_0x471c45._0x5e3a53,-_0x471c45._0x2cd352,-_0x471c45._0x5f56b4,-_0x471c45._0x11ce4e)),console[_0x485b5a(_0x471c45._0x1986f8,_0x471c45._0x1537cf,0x427,0x38f)](_0x485b5a(0x37b,_0x471c45._0x5c2d9c,0x396,_0x471c45._0x45e79c)+_0x352340(-0x96,-_0x471c45._0x48b8c7,-_0x471c45._0x2b5b6f,-_0x471c45._0x5f425f)+_0x19d33f[_0x485b5a(_0x471c45._0x285825,0x450,_0x471c45._0x1775d0,_0x471c45._0x9c6ef0)]);else _0x386a77?(console[_0x485b5a(_0x471c45._0x52af5d,_0x471c45._0x6c2c04,0x360,0x414)](_0x352340(-0x17,-_0x471c45._0x112f70,-_0x471c45._0x429250,-0xcb)+'\x20\x20\x20\x20\x20⚠\x20Sta'+_0x485b5a(0x446,0x42b,0x447,_0x471c45._0x29e7d5)+_0x352340(-0xd9,-0xa6,-_0x471c45._0x58cabd,-_0x471c45._0x3906c7)+_0x352340(-_0x471c45._0xd5dc9f,-_0x471c45._0x2f12f6,-_0x471c45._0x7e1996,-_0x471c45._0x5ba3dc)+_0x352340(-0xcb,-0xe8,-_0x471c45._0x26724d,-0x86)),console[_0x485b5a(_0x471c45._0x52af5d,_0x471c45._0x3559f1,_0x471c45._0x3aa18c,0x448)]('\x20\x20Stale\x20PI'+_0x485b5a(_0x471c45._0x10c923,0x395,_0x471c45._0x50067c,0x3da)+_0x30542c)):_0x5b9047['qyMFu'](_0x485b5a(_0x471c45._0x20249e,_0x471c45._0x224b8b,_0x471c45._0x46c8d7,_0x471c45._0x586eb1),_0x5b9047[_0x352340(-0xb7,-0xb4,-0x140,-0x11b)])?(_0x3ee37b[_0x485b5a(0x3b6,0x420,_0x471c45._0x1f69b6,_0x471c45._0x4d49de)](_0x2daaa2,0xa30+0x122c+-0x1c5c),_0x53c9a9[_0x485b5a(_0x471c45._0xc95792,0x390,0x399,_0x471c45._0x5bef19)](_0x5b9047[_0x485b5a(0x397,_0x471c45._0x5e1381,_0x471c45._0x5d79e1,0x3fc)]),_0x53d864[_0x485b5a(0x3b6,0x442,0x368,_0x471c45._0x50a2bd)](_0x48b947,'SIGKILL')):console[_0x352340(-_0x471c45._0x3f939f,-_0x471c45._0x36889a,-_0x471c45._0x4e0a8f,-_0x471c45._0x24b1b6)](_0x352340(-_0x471c45._0x434433,-_0x471c45._0x112f70,0x48,-0x1d)+_0x485b5a(0x45f,0x46c,0x49b,0x41b)+_0x485b5a(_0x471c45._0x467b6f,0x406,0x436,0x434));}_0x19d33f[_0x352340(-0xf9,-0xba,-0xcf,-0xbe)]?_0x5b9047['XTMaB']===_0x5b9047['XTMaB']?console[_0x352340(-_0x471c45._0x23a567,-_0x471c45._0x36889a,-0x56,-_0x471c45._0x26d079)]('\x20\x20Setup\x20Pa'+_0x485b5a(_0x471c45._0x295660,0x493,0x3a0,_0x471c45._0x4014b1)+_0x19d33f['setupPath']):(_0x2f17f2[_0x485b5a(0x3d1,_0x471c45._0x869432,0x44b,_0x471c45._0x3314f7)]('\x20\x20Status:\x20'+_0x352340(_0x471c45._0x5b2099,0x31,_0x471c45._0x11cbfc,-_0x471c45._0x24d9fd)+'ning\x20(daem'+'on)'),_0x1d8e6d['log'](_0x352340(-_0x471c45._0x559e77,-_0x471c45._0x5ed803,-_0x471c45._0x97b267,-_0x471c45._0x5ee385)+_0x485b5a(_0x471c45._0x4981b0,0x3fe,0x382,0x3b0)+_0x26e6fd),_0xb0ebd8[_0x352340(-0x28,-_0x471c45._0x36889a,-0xd9,-_0x471c45._0x59805a)]('\x20\x20URL:\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x316064[_0x485b5a(_0x471c45._0x285825,0x420,_0x471c45._0x2a47bb,0x45e)])):_0x5b9047[_0x485b5a(0x391,_0x471c45._0x58f578,_0x471c45._0x2154ca,_0x471c45._0x3aa18c)](_0x352340(-0xc8,-_0x471c45._0x5f581a,-0x60,-_0x471c45._0x332d46),_0x5b9047['dWUdv'])?console[_0x352340(-_0x471c45._0x24d9ec,-_0x471c45._0x28d95f,-_0x471c45._0x5262b1,-0x67)](_0x485b5a(_0x471c45._0x6c66ae,0x40d,0x3c2,_0x471c45._0x44d47f)+_0x352340(-0xca,-0x59,-_0x471c45._0x322a24,_0x471c45._0x5be9a2)+_0x352340(-_0x471c45._0x441747,-_0x471c45._0x499a01,-_0x471c45._0x5491a6,-0xa0)+')'):_0x47d861[_0x485b5a(0x3d1,0x3d4,_0x471c45._0xf6fcfe,_0x471c45._0x132fd0)](_0x485b5a(_0x471c45._0x4fe84c,_0x471c45._0x5b4c0e,_0x471c45._0x2b7df3,0x41b)+_0x352340(-0xb7,-0x59,-_0x471c45._0xfc8f98,-_0x471c45._0x44734a)+_0x485b5a(_0x471c45._0x14c73b,0x470,_0x471c45._0x3e5034,0x46f)+')');function _0x485b5a(_0x538ad6,_0xefe188,_0x49b4d4,_0x5c2eb9){return _0x5c2b7c(_0x538ad6- -0xcc,_0xefe188,_0x49b4d4-_0x5a147b._0x160606,_0x5c2eb9-_0x5a147b._0x31cbf0);}console[_0x352340(-0x67,-_0x471c45._0x28d95f,-_0x471c45._0x40c27b,-_0x471c45._0x36889a)]('\x20\x20Port:\x20\x20\x20'+'\x20\x20\x20\x20\x20'+_0x19d33f[_0x485b5a(0x3df,_0x471c45._0x3c89ce,_0x471c45._0x5b9544,0x355)]),console['log']('');const _0x29af3a=_0x386a77||_0x5cbd33[_0x485b5a(0x495,0x50d,0x524,_0x471c45._0xb16255)];function _0x352340(_0x1c1df1,_0x2638b2,_0x470b9b,_0x45a168){return _0x3c4fa4(_0x1c1df1-0x1ac,_0x470b9b,_0x2638b2- -_0x222b83._0x271ccb,_0x45a168-_0x222b83._0x379e2e);}if(!_0x29af3a&&_0x19d33f[_0x485b5a(_0x471c45._0x46eb23,_0x471c45._0x5b9416,_0x471c45._0x11aa24,0x39f)])_0x5b9047['FkfUn'](_0x5b9047['AocgT'],_0x352340(_0x471c45._0x78b2bd,-0x2f,0x1c,0x4d))?(_0x45a581['log'](_0x352340(-_0x471c45._0x42c366,-_0x471c45._0x54266a,-_0x471c45._0x2914aa,-_0x471c45._0x382f41)+'\x20\x20\x20\x20\x20✓\x20Run'+_0x485b5a(_0x471c45._0x5a7196,_0x471c45._0x6c66ae,_0x471c45._0x58d62d,_0x471c45._0x559d3a)+_0x352340(-_0x471c45._0x2888fe,-0x88,-0xac,-_0x471c45._0x2e8bcf)),_0x3fc09d[_0x352340(-_0x471c45._0x43340b,-_0x471c45._0x36889a,-_0x471c45._0x21d023,-_0x471c45._0x449d75)](_0x352340(-0x8f,-_0x471c45._0x25b381,-0x66,-_0x471c45._0x1659d0)+_0x485b5a(0x3af,0x3d2,_0x471c45._0x5c3b29,0x3c1)+_0x2c87a1['serverUrl'])):(console[_0x352340(-0xbd,-0x97,-_0x471c45._0xe57fb2,-_0x471c45._0x3a2188)](_0x5b9047['WzMbF']),console[_0x485b5a(_0x471c45._0x52af5d,0x45a,0x461,_0x471c45._0xf19e70)](_0x5b9047['OoFta']));else{if(!_0x29af3a)console[_0x485b5a(_0x471c45._0xb457e6,_0x471c45._0x4101cd,0x425,0x3ea)](_0x5b9047[_0x352340(0x70,-_0x471c45._0x16e285,-_0x471c45._0x95751d,0x6f)]),console[_0x485b5a(0x3d1,0x392,0x3af,0x455)](_0x5b9047[_0x485b5a(0x393,_0x471c45._0x267412,0x331,0x343)]);else _0x386a77?(console['log'](_0x5b9047[_0x352340(-_0x471c45._0x53914f,-0xcb,-_0x471c45._0x2d9945,-0xf9)]),console[_0x352340(-_0x471c45._0x95751d,-_0x471c45._0x36889a,-_0x471c45._0x309f28,-_0x471c45._0x503ce3)](_0x5b9047[_0x485b5a(0x47f,_0x471c45._0x5654ca,_0x471c45._0x5eea9a,_0x471c45._0x145cc3)])):(console['log'](_0x5b9047[_0x352340(-_0x471c45._0x2cb12a,-_0x471c45._0x259d80,-_0x471c45._0x533a27,-0x87)]),console[_0x352340(-0x75,-_0x471c45._0x57628f,-_0x471c45._0x10554a,-0x92)](_0x5b9047['Vtmgd']));}}export async function showLogs(_0x899c0){const _0x5796cd={_0x4a0a0b:0x30f,_0x14c6a5:0x36f,_0x2737b9:0x27b,_0x2f640b:0x2f5,_0x240679:0x289,_0x32621d:0x408,_0x4e85ec:0x32f,_0x2866d6:0x2a1,_0x4e35e6:0x25c,_0x2a6d13:0x51e,_0x30b30d:0x597,_0x32d165:0x3fb,_0x5dbd0c:0x36d,_0x364f92:0x49a,_0x1899bf:0x411,_0x17c601:0x3d5,_0x38f903:0x2a9,_0x2615be:0x28a,_0x32def0:0x2a4,_0x2c30ba:0x294,_0x7c7f1d:0x394,_0x118bdd:0x4ae,_0x118fa9:0x51a,_0x4a32f4:0x3d2,_0x46e9b7:0x3ba,_0x2aede5:0x4ae,_0x48c867:0x370,_0xe60837:0x362,_0x4b40b0:0x26d,_0xcfac99:0x2e3,_0x3a5561:0x32b,_0x76aa16:0x343,_0x3b6a85:0x466,_0x38f215:0x3df,_0x27d094:0x4cd,_0x1e8fba:0x4d5,_0x46d188:0x40c,_0x271825:0x49a,_0x13ac5c:0x402,_0x3d1d35:0x474,_0x2bf4c2:0x34f,_0x261190:0x30b,_0x162c8e:0x46e,_0x156586:0x4cf,_0x49c3b9:0x488,_0x25a39c:0x4a5,_0x3813f8:0x396,_0x3f43ea:0x334,_0x3a513a:0x31d,_0x5b4970:0x33f,_0x534a45:0x440,_0x58c846:0x427,_0x167bd5:0x4c2,_0x30257f:0x449,_0x208943:0x435,_0x53f285:0x447,_0x60b76c:0x448,_0x4be016:0x3c0,_0xff4704:0x2c8,_0x28eb0f:0x2b6,_0x25aa5b:0x4e0,_0x102fda:0x3c3,_0x501bce:0x4b0,_0x2658de:0x4d7,_0x196b52:0x4d8,_0x12ccd8:0x474,_0xe5849b:0x361,_0xd5f480:0x341,_0x549bb6:0x268,_0x649754:0x445,_0x582256:0x517,_0x14cf8b:0x49d,_0x5c8374:0x56d,_0x3e90d9:0x4f5,_0x354eab:0x4dc,_0x3c1af0:0x3bb,_0x1d39dc:0x390,_0x3c079a:0x4ff,_0x2a0970:0x576,_0x4ddf31:0x478,_0x3d6756:0x501,_0x159cf4:0x1e6,_0x50066b:0x2f2,_0x5a6eed:0x459,_0x53ab7a:0x3c7,_0x403b37:0x398,_0x32c3bf:0x496,_0x4ef1c1:0x445,_0x408ff0:0x336,_0x2c8b0f:0x326,_0x222ca8:0x287,_0x422176:0x2ae,_0xb938a3:0x2d0,_0x19415a:0x32a,_0x1e0233:0x404,_0x204a9b:0x430,_0x21407f:0x3e3,_0x38044b:0x2ac,_0x3e31c7:0x55a,_0x3da676:0x4f0,_0x69d3b9:0x469,_0xbcc506:0x4b3,_0x22aeae:0x477,_0x5946f0:0x49b,_0xad7ef3:0x23c,_0x26f946:0x2b3,_0x3cd8a6:0x308,_0x2bd758:0x2d1,_0x55a868:0x305,_0x709d23:0x2c7,_0x24f617:0x307,_0x2d6587:0x29e,_0x2a539f:0x335,_0x18a9f1:0x235,_0x54d0bc:0x2fa,_0x59317f:0x298,_0x57bef8:0x477,_0x2bb585:0x4c7,_0x551548:0x3ff,_0x429552:0x380,_0x50f9c1:0x35a,_0x27eeb8:0x2f0,_0x435219:0x2f1,_0x1ffaf0:0x461,_0x3c4f46:0x48f,_0x186e77:0x4bc,_0x47a5a7:0x2e5,_0x1816cd:0x265,_0x16f857:0x27d,_0xb574b9:0x2a7,_0x441f0c:0x331,_0x2a6a18:0x2fd,_0x1b9983:0x2de,_0x2429df:0x2ee,_0x5b61a7:0x2ae,_0x3563ef:0x4a9,_0x50fc9a:0x3d6,_0x13aa05:0x4c9,_0x41cdb3:0x43d,_0x2b47cf:0x45f,_0xe94d0e:0x4cb,_0x362870:0x541,_0x4e01b5:0x57c,_0x45325e:0x432,_0x3199cf:0x3d8,_0x5aaa57:0x49d,_0x2b91ce:0x420,_0x197e2d:0x2f7,_0x4dc5f9:0x35f,_0x214760:0x4f6,_0xc2ff8c:0x52a,_0x50c5a7:0x552,_0x6533d0:0x480,_0x357b19:0x30c,_0xf4bdc:0x2c0,_0x309f39:0x2e6,_0x10080b:0x311,_0x47a14b:0x374,_0x3ad550:0x477,_0x164e8d:0x281},_0x2e0d16={_0x55b05d:0x3dd,_0x3d139f:0x38a},_0x2a63bf={_0x135bc1:0x12b},_0x13c663={_0x41613c:0x456,_0x349224:0x44d,_0x16e3de:0x379,_0x679d44:0x148,_0x232da1:0x1d1,_0x47d7d3:0x48f,_0x541c9e:0x432,_0x4052c3:0x452,_0x21995d:0x44b,_0x526b7a:0x285,_0x5e281f:0x226,_0xa85632:0x1e4,_0x14da09:0x202,_0x200b67:0x1c8,_0x45582c:0x171,_0x3a8d72:0x139,_0x352282:0x4cd,_0x4a3b75:0x411,_0x2544f8:0x481,_0x5558c2:0x420,_0x5cf1cc:0x489,_0x30050d:0x40b,_0x3f3274:0x416,_0x1a4e85:0x46e,_0x3393ee:0x43e,_0x5ef056:0x45b,_0x1e0ad1:0x3f9,_0x36d866:0x488,_0x30fc8a:0x345,_0x9d3ade:0x3dc,_0x2e6061:0x1cf,_0x3cc1cc:0x17a,_0xc657f8:0x3df,_0x4e31c8:0x3ca,_0x480423:0x465,_0x1f4e47:0x3d8,_0x5e2cfe:0x3fd,_0x2b4333:0x3e0,_0x372fd3:0x458,_0x534ed4:0x3d8,_0x1ae8bc:0x418,_0xbd445b:0x34b,_0x55d806:0x407,_0x577375:0x3fc,_0x4f7170:0x13b,_0x2d8b3e:0x1f3,_0x23c6d0:0x38a,_0xfbc0ef:0x97,_0x4aac9d:0x98,_0x3edd04:0x134,_0x49ca6e:0x157,_0x5a3d7c:0x3b0,_0x130744:0x3bd,_0x1a3c69:0x42d,_0x2a3fc3:0x174,_0x2cf2f6:0x19c,_0x159938:0x118,_0x1656d9:0x3c6,_0x4eb9d7:0x378,_0x504ab0:0x410,_0x3e6374:0x1f1,_0x37712c:0x17f,_0x4d309f:0x1bd,_0x4abfe6:0x4a5,_0x311360:0x3c2,_0x17322a:0x8f,_0x4d2373:0xe1,_0xd9457b:0x38d,_0x484113:0x37b,_0x53f0e1:0x2fd,_0x30c84e:0x18a,_0x1ec98:0x1ad,_0xb02ae7:0x105,_0x34cceb:0x1cd,_0x27c8df:0x13e,_0x29b7fa:0xbf,_0x6f182f:0xfb,_0x46a317:0x3ee,_0x3ca584:0x42a,_0x49e08d:0x46b,_0xb436cd:0x409,_0x3888a0:0x1b1,_0x1affe7:0x187,_0x45b6aa:0x1ff,_0x442a0f:0x27d,_0x5c5235:0x1e5,_0x533867:0xba,_0x271b9f:0xa3,_0x380b43:0x3da,_0x37b999:0x3aa,_0x2ea1db:0x426},_0x4a9d9b={_0x2f0a91:0x1bc},_0x47f536={_0x3e497c:0x16e,_0x44637d:0x1b4},_0x5ecb38={'RjViE':function(_0x55c00a,_0x225991){return _0x55c00a(_0x225991);},'ERsus':_0x194fb6(0x37d,0x291,_0x5796cd._0x4a0a0b,0x28a),'jVfeT':_0x194fb6(_0x5796cd._0x14c6a5,_0x5796cd._0x2737b9,_0x5796cd._0x2f640b,_0x5796cd._0x240679),'gmgQN':_0x46c3f0(0x493,0x458,0x524,_0x5796cd._0x32621d),'mtWVg':_0x194fb6(0x3bf,0x2a1,_0x5796cd._0x4e85ec,0x2f6)+_0x194fb6(_0x5796cd._0x2866d6,0x2b6,0x263,_0x5796cd._0x4e35e6),'TlIjl':'\x20\x20coder-se'+_0x46c3f0(_0x5796cd._0x2a6d13,0x542,_0x5796cd._0x30b30d,0x5a9)+_0x194fb6(0x376,_0x5796cd._0x32d165,_0x5796cd._0x5dbd0c,0x379)+'ath=/path/'+'to/coder-s'+_0x194fb6(0x2b3,0x23c,0x269,0x2aa),'fuSOm':function(_0x426964,_0x121e9b){return _0x426964!==_0x121e9b;},'RcRHs':_0x46c3f0(_0x5796cd._0x364f92,0x4b7,0x41c,0x4fe),'LhJJm':_0x46c3f0(_0x5796cd._0x1899bf,0x37d,_0x5796cd._0x17c601,0x447),'sQcij':function(_0x3aa529,_0x50534f){return _0x3aa529-_0x50534f;},'FSEvj':_0x194fb6(_0x5796cd._0x38f903,_0x5796cd._0x2615be,_0x5796cd._0x32def0,_0x5796cd._0x2c30ba),'Lhvcw':function(_0x8bc68d,_0x3d3744){return _0x8bc68d===_0x3d3744;},'JcZFl':_0x46c3f0(0x416,0x3ba,_0x5796cd._0x7c7f1d,0x42a),'aMGwF':function(_0x3a2113,_0x3d266c){return _0x3a2113(_0x3d266c);},'hoICC':function(_0x5d0bd6,_0x2f80ad){return _0x5d0bd6===_0x2f80ad;},'ATgOs':_0x46c3f0(0x4a2,0x521,_0x5796cd._0x118bdd,_0x5796cd._0x118fa9),'DztLR':_0x46c3f0(0x44c,_0x5796cd._0x4a32f4,_0x5796cd._0x46e9b7,_0x5796cd._0x2aede5),'rYFtA':_0x194fb6(0x323,0x3f6,_0x5796cd._0x48c867,_0x5796cd._0xe60837),'kXqKI':function(_0x2c746f,_0x367492,_0x575e00){return _0x2c746f(_0x367492,_0x575e00);},'pOhhy':_0x194fb6(_0x5796cd._0x4b40b0,_0x5796cd._0xcfac99,0x2b0,0x33c),'MdrUH':_0x194fb6(_0x5796cd._0x3a5561,0x30c,_0x5796cd._0x76aa16,0x2ef)+_0x46c3f0(_0x5796cd._0x3b6a85,_0x5796cd._0x38f215,_0x5796cd._0x27d094,_0x5796cd._0x1e8fba)+_0x46c3f0(0x47f,_0x5796cd._0x46d188,_0x5796cd._0x271825,_0x5796cd._0x3b6a85)+_0x46c3f0(_0x5796cd._0x13ac5c,_0x5796cd._0x3d1d35,0x3ac,_0x5796cd._0x38f215)+'\x0a','IxuKh':_0x194fb6(0x394,_0x5796cd._0x2bf4c2,_0x5796cd._0x261190,0x2fd),'zyoLy':_0x46c3f0(_0x5796cd._0x162c8e,_0x5796cd._0x156586,_0x5796cd._0x49c3b9,_0x5796cd._0x25a39c),'NCNgZ':_0x194fb6(_0x5796cd._0x3813f8,_0x5796cd._0x3813f8,_0x5796cd._0x3f43ea,0x37a),'QwrdK':_0x194fb6(0x3bc,_0x5796cd._0x3a513a,0x332,_0x5796cd._0x5b4970),'HRiJE':_0x46c3f0(_0x5796cd._0x534a45,_0x5796cd._0x58c846,0x4cc,0x4bb)+_0x46c3f0(_0x5796cd._0x167bd5,0x4a5,_0x5796cd._0x30257f,_0x5796cd._0x208943)};let _0x5608b9=![],_0x1bf95e=null;function _0x46c3f0(_0x40335c,_0x2b4d19,_0x5b1935,_0x5478b8){return _0x3c4fa4(_0x40335c-0x1,_0x2b4d19,_0x40335c- -_0x47f536._0x3e497c,_0x5478b8-_0x47f536._0x44637d);}function _0x194fb6(_0xe60734,_0xe373e2,_0x542c3c,_0x167882){return _0x5c2b7c(_0x542c3c- -0x1ef,_0xe60734,_0x542c3c-0x6c,_0x167882-0x1cc);}for(const _0x13a31a of _0x899c0){if(_0x5ecb38['Lhvcw'](_0x13a31a,_0x46c3f0(0x400,_0x5796cd._0x53f285,_0x5796cd._0x60b76c,_0x5796cd._0x4be016))||_0x5ecb38[_0x194fb6(0x2f1,0x251,_0x5796cd._0xff4704,_0x5796cd._0x28eb0f)](_0x13a31a,'-f'))_0x5608b9=!![];else{if(_0x13a31a[_0x46c3f0(0x4a1,0x488,_0x5796cd._0x25aa5b,0x4c1)](_0x5ecb38[_0x194fb6(0x3be,_0x5796cd._0x102fda,0x371,0x34d)])){if(_0x5ecb38[_0x46c3f0(_0x5796cd._0x501bce,_0x5796cd._0x2658de,0x45f,_0x5796cd._0x196b52)]!==_0x5ecb38[_0x46c3f0(0x4e5,_0x5796cd._0x12ccd8,0x525,0x493)])_0x1bf95e=_0x5ecb38[_0x194fb6(_0x5796cd._0xe5849b,_0x5796cd._0xd5f480,0x2d1,_0x5796cd._0x549bb6)](parseInt,_0x13a31a['substring'](_0x5ecb38[_0x194fb6(0x365,0x3c2,0x371,0x35b)][_0x46c3f0(0x42e,0x493,0x468,_0x5796cd._0x649754)]),0x1a*0x16d+0x1b2+-0x26ba);else{_0x14bfee['kill'](_0x4ff70a,0x8a1+-0x760*-0x2+-0x1761);const _0xfb4516={};return _0xfb4516[_0x46c3f0(_0x5796cd._0x582256,_0x5796cd._0x14cf8b,_0x5796cd._0x5c8374,0x4ab)]=!![],_0xfb4516[_0x46c3f0(_0x5796cd._0x3e90d9,0x492,_0x5796cd._0x354eab,0x4af)]=_0xff61b2,_0xfb4516;}}}}try{const _0x1b4ed2=await _0x4327a1[_0x194fb6(0x300,0x293,0x26c,0x204)](LOG_FILE,_0x5ecb38[_0x194fb6(_0x5796cd._0x3c1af0,0x33a,0x37c,_0x5796cd._0x1d39dc)]),_0x50fcc7=_0x1b4ed2[_0x46c3f0(_0x5796cd._0x3c079a,_0x5796cd._0x2a0970,0x501,0x4e4)]('\x0a');if(_0x1bf95e){if(_0x5ecb38[_0x46c3f0(_0x5796cd._0x4ddf31,0x487,_0x5796cd._0x3d6756,_0x5796cd._0x354eab)](_0x5ecb38[_0x194fb6(_0x5796cd._0x159cf4,0x23d,0x279,_0x5796cd._0x50066b)],_0x5ecb38[_0x46c3f0(0x424,_0x5796cd._0x5a6eed,_0x5796cd._0x53ab7a,_0x5796cd._0x403b37)])){const _0x14b648={_0xacdca9:0x36b,_0x336554:0x33b,_0x47a697:0x247,_0x59d32e:0x1ee,_0x30457e:0x240,_0x1659f9:0x1b8,_0x5edf03:0x2c7},_0x1c41ff={_0x50ae2d:0x1d2},_0x15e0e6={_0x48305c:0x311,_0x5728b9:0x3ca},_0x4f72dc={'LcvOH':function(_0x2f244a,_0x4858e4){const _0x89ef74={_0xe0b9d0:0xee,_0x5ea91e:0xac};function _0x352dab(_0x4c7aaf,_0x28ab90,_0x141ab1,_0x1ee5c2){return _0x46c3f0(_0x4c7aaf- -0x189,_0x1ee5c2,_0x141ab1-_0x89ef74._0xe0b9d0,_0x1ee5c2-_0x89ef74._0x5ea91e);}return _0x5ecb38[_0x352dab(0x355,_0x15e0e6._0x48305c,_0x15e0e6._0x5728b9,0x351)](_0x2f244a,_0x4858e4);},'wCbqa':_0x5ecb38[_0x46c3f0(_0x5796cd._0x32c3bf,0x42c,0x417,_0x5796cd._0x4ef1c1)]};let _0x1929e8='';_0x15090c['on'](_0x5ecb38['jVfeT'],_0x2b8e9a=>_0x1929e8+=_0x2b8e9a),_0x723967['on'](_0x5ecb38[_0x194fb6(_0x5796cd._0x408ff0,0x2b7,_0x5796cd._0x2c8b0f,0x39a)],()=>{const _0x2f5d51={_0x381da7:0xbf};function _0x3961b3(_0x572b5c,_0x2cfc3a,_0x1a8a43,_0x5156bf){return _0x46c3f0(_0x572b5c- -0xf2,_0x5156bf,_0x1a8a43-_0x1c41ff._0x50ae2d,_0x5156bf-0x17d);}function _0x147bdc(_0x4a6cbc,_0x4dc3bd,_0x3780fd,_0x75511f){return _0x194fb6(_0x75511f,_0x4dc3bd-_0x2f5d51._0x381da7,_0x4a6cbc- -0x28,_0x75511f-0x17a);}try{const _0x334d66=_0x9f668e[_0x147bdc(0x318,0x2e3,_0x14b648._0xacdca9,_0x14b648._0x336554)](_0x1929e8);_0x4f72dc['LcvOH'](_0x591f92,{'responding':!![],'service':_0x334d66[_0x147bdc(_0x14b648._0x47a697,_0x14b648._0x59d32e,0x227,0x235)]||_0x4f72dc[_0x147bdc(0x2b6,0x272,0x231,0x316)]});}catch{_0x4f72dc[_0x147bdc(_0x14b648._0x30457e,0x233,_0x14b648._0x1659f9,_0x14b648._0x5edf03)](_0x56537e,{'responding':!![],'service':_0x4f72dc['wCbqa']});}});}else console[_0x194fb6(_0x5796cd._0x222ca8,0x29a,_0x5796cd._0x422176,_0x5796cd._0xb938a3)](_0x50fcc7[_0x194fb6(_0x5796cd._0x19415a,0x309,0x2a8,0x2f2)](-_0x1bf95e)[_0x46c3f0(_0x5796cd._0x1e0233,0x398,_0x5796cd._0x204a9b,_0x5796cd._0x21407f)]('\x0a'));}else console[_0x194fb6(0x33a,_0x5796cd._0x38044b,_0x5796cd._0x422176,0x266)](_0x1b4ed2);if(_0x5608b9){console[_0x194fb6(0x2ef,0x244,_0x5796cd._0x422176,0x29b)](_0x5ecb38[_0x46c3f0(0x4e1,_0x5796cd._0x3e31c7,_0x5796cd._0x3da676,_0x5796cd._0x69d3b9)]);let _0x329bde=(await _0x4327a1[_0x46c3f0(_0x5796cd._0xbcc506,_0x5796cd._0x22aeae,_0x5796cd._0x5946f0,0x48e)](LOG_FILE))[_0x194fb6(0x242,_0x5796cd._0xad7ef3,_0x5796cd._0x26f946,_0x5796cd._0x3cd8a6)];const _0x1aadc6=_0x5ecb38[_0x194fb6(0x26c,0x2ad,_0x5796cd._0x2bd758,_0x5796cd._0x55a868)](setInterval,async()=>{const _0x7f5c73={_0x52acd6:0x62d,_0x2dc392:0x5a},_0x2d2a2e={};_0x2d2a2e[_0xb83b0f(0x405,_0x13c663._0x41613c,_0x13c663._0x349224,_0x13c663._0x16e3de)]='Server\x20is\x20'+_0x411833(-0x184,-0x260,-_0x13c663._0x679d44,-_0x13c663._0x232da1)+'\x20foregroun'+_0xb83b0f(0x44d,0x4bf,0x46e,_0x13c663._0x47d7d3);function _0xb83b0f(_0x802b69,_0xad1a96,_0x1e7f58,_0x1df469){return _0x46c3f0(_0x802b69- -0x7f,_0xad1a96,_0x1e7f58-_0x4a9d9b._0x2f0a91,_0x1df469-0x87);}_0x2d2a2e[_0xb83b0f(0x3c7,_0x13c663._0x541c9e,0x3f3,0x353)]=_0xb83b0f(0x3ec,0x458,0x407,_0x13c663._0x4052c3)+_0xb83b0f(0x467,0x3ec,_0x13c663._0x21995d,0x4c7)+_0x411833(-0x221,-0x1e6,-_0x13c663._0x526b7a,-_0x13c663._0x5e281f)+_0x411833(-_0x13c663._0xa85632,-0x24b,-_0x13c663._0x14da09,-0x1ee)+_0x411833(-0x21a,-0x241,-0x25c,-_0x13c663._0x200b67)+_0x411833(-_0x13c663._0x45582c,-0xfb,-0x13a,-_0x13c663._0x3a8d72),_0x2d2a2e['jvVfT']=_0x5ecb38[_0xb83b0f(0x491,_0x13c663._0x352282,0x426,_0x13c663._0x4a3b75)],_0x2d2a2e[_0xb83b0f(_0x13c663._0x2544f8,0x402,0x481,_0x13c663._0x5558c2)]='Configure\x20'+_0xb83b0f(_0x13c663._0x5cf1cc,0x472,_0x13c663._0x30050d,0x42e),_0x2d2a2e[_0xb83b0f(_0x13c663._0x3f3274,0x3d8,0x408,_0x13c663._0x1a4e85)]=_0x5ecb38[_0xb83b0f(_0x13c663._0x3393ee,_0x13c663._0x5ef056,0x44d,0x416)];const _0x520fdc=_0x2d2a2e;function _0x411833(_0x48f63c,_0xdfc1b7,_0x51f0a5,_0x5dd107){return _0x46c3f0(_0x5dd107- -_0x7f5c73._0x52acd6,_0xdfc1b7,_0x51f0a5-0x1e6,_0x5dd107-_0x7f5c73._0x2dc392);}if(_0x5ecb38[_0xb83b0f(_0x13c663._0x1e0ad1,_0x13c663._0x36d866,0x40c,0x458)](_0x5ecb38['RcRHs'],'kjQMO'))_0xcfd3ff['log'](_0x520fdc['syzwm']),_0x598183['log'](_0x520fdc[_0xb83b0f(0x3c7,_0x13c663._0x30fc8a,0x413,_0x13c663._0x9d3ade)]);else try{const _0x3e5e18=(await _0x4327a1[_0x411833(-_0x13c663._0x2e6061,-0x1d5,-0x110,-_0x13c663._0x3cc1cc)](LOG_FILE))[_0xb83b0f(_0x13c663._0xc657f8,_0x13c663._0x4e31c8,_0x13c663._0x480423,0x457)];if(_0x3e5e18>_0x329bde){if(_0x5ecb38[_0xb83b0f(_0x13c663._0x1f4e47,_0x13c663._0x5e2cfe,_0x13c663._0x2b4333,_0x13c663._0x372fd3)]===_0x5ecb38[_0xb83b0f(_0x13c663._0x534ed4,_0x13c663._0x1ae8bc,_0x13c663._0xbd445b,0x44f)]){const _0x39ffb0=await _0x4327a1['open'](LOG_FILE,'r'),_0x1f628e=Buffer['alloc'](_0x5ecb38[_0xb83b0f(_0x13c663._0x55d806,0x43a,0x445,0x460)](_0x3e5e18,_0x329bde));await _0x39ffb0['read'](_0x1f628e,0x5*0x3ad+-0x19ca+-0x7*-0x10f,_0x1f628e[_0xb83b0f(0x3af,0x3e3,_0x13c663._0x577375,0x441)],_0x329bde),await _0x39ffb0['close'](),process[_0x411833(-_0x13c663._0x4f7170,-0x1ce,-0xda,-0x162)][_0x411833(-_0x13c663._0x2d8b3e,-0x19e,-0x16c,-0x18e)](_0x1f628e[_0xb83b0f(0x39f,0x3e5,_0x13c663._0x23c6d0,0x3f7)](_0x5ecb38[_0x411833(-_0x13c663._0xfbc0ef,-_0x13c663._0x4aac9d,-0xd1,-0x106)])),_0x329bde=_0x3e5e18;}else{const _0x422b7b=_0x520fdc[_0x411833(-_0x13c663._0x3edd04,-0x119,-0x12e,-_0x13c663._0x49ca6e)]['split']('|');let _0x4d8932=0xa3d*-0x1+-0x1f0b+-0xa52*-0x4;while(!![]){switch(_0x422b7b[_0x4d8932++]){case'0':_0x439e6[_0x411833(-0x1b9,-0x1fd,-0x1be,-0x19c)](_0xb83b0f(_0x13c663._0x5a3d7c,_0x13c663._0x130744,_0x13c663._0x1a3c69,0x43e));continue;case'1':_0x4b92b4[_0x411833(-0x208,-0x149,-0x1e9,-_0x13c663._0x2a3fc3)](-0xc6+-0x1*0x1bd1+0x1c98);continue;case'2':_0x4f903c[_0x411833(-0x161,-0x151,-0x1ec,-_0x13c663._0x2cf2f6)](_0x411833(-0x173,-0x13d,-0x191,-0x1a5)+_0x411833(-_0x13c663._0x159938,-0x1ce,-0x1df,-0x18a)+'p\x20path\x20con'+_0xb83b0f(_0x13c663._0x1656d9,_0x13c663._0x4eb9d7,0x38e,_0x13c663._0x504ab0));continue;case'3':_0x22190d[_0x411833(-_0x13c663._0x3e6374,-_0x13c663._0x37712c,-_0x13c663._0x4d309f,-_0x13c663._0x2cf2f6)]('');continue;case'4':_0x11df38['error'](_0xb83b0f(_0x13c663._0x4abfe6,0x479,0x4ee,0x501)+_0xb83b0f(0x3f7,0x392,0x44c,_0x13c663._0x311360)+_0x411833(-0x143,-_0x13c663._0x17322a,-_0x13c663._0x4d2373,-0x10d)+_0xb83b0f(_0x13c663._0xd9457b,0x3e4,_0x13c663._0x484113,_0x13c663._0x53f0e1)+_0x411833(-0x198,-_0x13c663._0x30c84e,-_0x13c663._0x2a3fc3,-_0x13c663._0x1ec98)+_0x411833(-0xe4,-_0x13c663._0xb02ae7,-_0x13c663._0x34cceb,-0x13e)+'tup');continue;case'5':_0x4692f2[_0x411833(-_0x13c663._0x27c8df,-0x15b,-0x1a6,-0x19c)](_0x520fdc[_0x411833(-0x142,-_0x13c663._0x29b7fa,-_0x13c663._0x6f182f,-0x12d)]);continue;case'6':_0x292051[_0xb83b0f(0x412,0x403,0x437,_0x13c663._0x46a317)](_0x520fdc['WKjUi']);continue;case'7':_0x5d5e04['error']('');continue;}break;}}}}catch(_0x1a8194){_0x5ecb38[_0xb83b0f(_0x13c663._0x3ca584,_0x13c663._0x49e08d,0x401,_0x13c663._0xb436cd)](_0x5ecb38[_0x411833(-0x104,-0x219,-_0x13c663._0x3888a0,-_0x13c663._0x1affe7)],_0x411833(-_0x13c663._0x45b6aa,-_0x13c663._0x442a0f,-_0x13c663._0x5c5235,-0x217))?_0x5ecb38[_0x411833(-_0x13c663._0x533867,-0xa4,-_0x13c663._0x271b9f,-0x12f)](clearInterval,_0x1aadc6):_0x36290e[_0xb83b0f(_0x13c663._0x380b43,_0x13c663._0x37b999,_0x13c663._0x2ea1db,0x3c9)](_0xba67db);}},-0x1*-0x1a87+-0x1*-0x4bd+0x4*-0x754);process['on'](_0x194fb6(_0x5796cd._0x709d23,_0x5796cd._0x24f617,0x27e,_0x5796cd._0x2d6587),()=>{function _0x14faed(_0x2e37b6,_0x4af786,_0x4c795b,_0x206ed4){return _0x46c3f0(_0x206ed4- -_0x2a63bf._0x135bc1,_0x4af786,_0x4c795b-0x9a,_0x206ed4-0xa9);}_0x5ecb38[_0x14faed(0x3cf,_0x2e0d16._0x55b05d,_0x2e0d16._0x3d139f,0x3d3)](clearInterval,_0x1aadc6),process['exit'](-0xcfd+0xbbe+0x13f);});}}catch(_0x2ef0da){_0x5ecb38[_0x194fb6(0x2ca,_0x5796cd._0x2a539f,0x2cd,0x2e2)](_0x5ecb38[_0x194fb6(_0x5796cd._0x18a9f1,_0x5796cd._0x54d0bc,0x2c2,0x254)],_0x5ecb38[_0x194fb6(_0x5796cd._0x19415a,0x30d,_0x5796cd._0x59317f,0x2ba)])?_0x2ef0da[_0x46c3f0(_0x5796cd._0x57bef8,_0x5796cd._0xbcc506,_0x5796cd._0x2bb585,_0x5796cd._0x551548)]===_0x5ecb38['NCNgZ']?_0x5ecb38['hoICC'](_0x194fb6(_0x5796cd._0x429552,0x2a6,0x2fa,0x363),_0x5ecb38[_0x194fb6(0x3a4,0x2ee,0x31f,0x2fe)])?(_0x1ce6f7['error'](_0x194fb6(_0x5796cd._0x50f9c1,_0x5796cd._0x27eeb8,_0x5796cd._0x435219,0x377)+_0x46c3f0(_0x5796cd._0x1ffaf0,_0x5796cd._0x3c4f46,0x493,_0x5796cd._0x186e77)+'es\x20not\x20exi'+_0x194fb6(_0x5796cd._0x47a5a7,_0x5796cd._0x1816cd,_0x5796cd._0x16f857,_0x5796cd._0xb574b9)+_0x452a92),_0x4aa973[_0x194fb6(0x27d,_0x5796cd._0x441f0c,0x30e,_0x5796cd._0x2a6a18)](-0x703+0x3f8*0x4+-0x8dc)):(console[_0x194fb6(_0x5796cd._0x1b9983,_0x5796cd._0x2429df,_0x5796cd._0x5b61a7,0x2b9)](_0x5ecb38[_0x46c3f0(0x463,0x490,_0x5796cd._0x3563ef,0x4b6)]),console[_0x46c3f0(0x459,_0x5796cd._0x50fc9a,_0x5796cd._0x57bef8,_0x5796cd._0x13aa05)](_0x194fb6(0x302,0x2e3,0x361,0x351)+_0x46c3f0(_0x5796cd._0x41cdb3,_0x5796cd._0x2b47cf,0x418,0x3cb)+_0x46c3f0(0x525,_0x5796cd._0xe94d0e,_0x5796cd._0x362870,_0x5796cd._0x4e01b5)+_0x46c3f0(_0x5796cd._0x45325e,0x4c6,_0x5796cd._0x3199cf,_0x5796cd._0x25a39c)+'was\x20starte'+_0x46c3f0(_0x5796cd._0x208943,0x444,_0x5796cd._0x5aaa57,_0x5796cd._0x2b91ce)+_0x194fb6(_0x5796cd._0x197e2d,_0x5796cd._0xe60837,_0x5796cd._0x4dc5f9,0x376))):console['error'](_0x46c3f0(_0x5796cd._0x214760,_0x5796cd._0xc2ff8c,0x4ce,0x575)+_0x46c3f0(0x4f1,_0x5796cd._0x50c5a7,_0x5796cd._0x6533d0,0x493)+_0x2ef0da[_0x194fb6(0x26f,_0x5796cd._0x357b19,0x2d0,0x33e)]):(_0x3ed588[_0x194fb6(_0x5796cd._0xf4bdc,0x2a1,_0x5796cd._0x309f39,_0x5796cd._0x10080b)]('Error\x20stop'+_0x194fb6(0x36d,0x32c,_0x5796cd._0x47a14b,0x31d)+_0x46c3f0(0x44b,_0x5796cd._0x3ad550,0x471,0x45d)+_0x296ff0[_0x194fb6(0x348,_0x5796cd._0x164e8d,0x2d0,0x2c8)]),_0x54189c['exit'](0xd7a+0xa2e*0x1+-0x17a7));}}export async function restartServer(_0x312eff){const _0x417e57={_0x2f4c56:0x32a,_0x89c279:0x2df,_0x2cd40f:0x381,_0x262fab:0x326,_0x4ec42a:0x41a,_0x3a16a6:0x336,_0x259d24:0x3f7,_0x558342:0x39b,_0x2c7887:0x40a,_0x1e4f87:0x350,_0xfb681d:0x46a,_0x532c99:0x37a,_0x2811ae:0x3cb,_0xf89249:0x3ca},_0x222fdf={_0x2849cf:0x15c,_0x945d1a:0xb6},_0x2153d1={_0x5ed5b2:0x68,_0x294367:0x40};function _0x243af6(_0x3459c2,_0x32f7c2,_0x5b4a01,_0x1ef7d5){return _0x3c4fa4(_0x3459c2-_0x2153d1._0x5ed5b2,_0x32f7c2,_0x3459c2- -0x20b,_0x1ef7d5-_0x2153d1._0x294367);}function _0x1de2c8(_0x14af5a,_0x2a55f4,_0x1df979,_0x3e2f71){return _0x3c4fa4(_0x14af5a-_0x222fdf._0x2849cf,_0x2a55f4,_0x1df979- -0x290,_0x3e2f71-_0x222fdf._0x945d1a);}const _0x48f8bf={'lQbdh':function(_0x2d475c){return _0x2d475c();},'FidBI':_0x1de2c8(_0x417e57._0x2f4c56,0x31d,0x3ad,0x389)+_0x1de2c8(_0x417e57._0x89c279,0x3a2,0x311,0x302),'oFcla':_0x1de2c8(_0x417e57._0x2cd40f,0x359,_0x417e57._0x262fab,0x2a3)+_0x243af6(0x396,_0x417e57._0x4ec42a,_0x417e57._0x3a16a6,0x3d2),'rDtBo':function(_0x2327c4,_0x161801){return _0x2327c4(_0x161801);}},{running:_0x43c6bb}=await _0x48f8bf[_0x243af6(_0x417e57._0x259d24,0x3af,_0x417e57._0x558342,_0x417e57._0x2c7887)](isServerRunning);_0x43c6bb&&(console['log'](_0x48f8bf[_0x243af6(0x394,0x35f,0x3b2,_0x417e57._0x1e4f87)]),await _0x48f8bf[_0x243af6(0x3f7,_0x417e57._0xfb681d,0x390,_0x417e57._0x532c99)](stopServer),console['log']('')),console['log'](_0x48f8bf[_0x1de2c8(0x451,0x381,_0x417e57._0x2811ae,_0x417e57._0xf89249)]),await _0x48f8bf['rDtBo'](startDaemon,_0x312eff);}
1
+ (function(_0x356c69,_0x552f54){const _0x561ed2={_0x1f8526:0xd2,_0x5b83e6:0x64,_0xd22448:0xeb,_0x50e43c:0xb5,_0x1a8c93:0x65,_0x28689c:0x62,_0x4d94c5:0x116,_0x4ff919:0x3b,_0x2a26af:0x19a,_0x36d17b:0x1bb,_0x46c6c5:0x1b3,_0x22f102:0x106,_0x4458de:0xd7,_0x51b975:0x52,_0xe436de:0xae,_0x1e9005:0x25},_0x35c919={_0x5d6b0a:0x39e},_0x5db76c=_0x356c69();function _0x405d4c(_0x41e9a9,_0x261399,_0x559212,_0x5006df){return _0x55c5(_0x41e9a9- -0x283,_0x261399);}function _0xb7af6c(_0x1dc5ae,_0x4bbe0d,_0x4d6afe,_0x59f5c8){return _0x55c5(_0x59f5c8- -_0x35c919._0x5d6b0a,_0x4bbe0d);}while(!![]){try{const _0x3efdc9=parseInt(_0x405d4c(-0x85,-_0x561ed2._0x1f8526,-_0x561ed2._0x5b83e6,-_0x561ed2._0xd22448))/(0x248f*0x1+-0xc*-0x261+0x208d*-0x2)*(parseInt(_0x405d4c(-_0x561ed2._0x50e43c,-_0x561ed2._0x1a8c93,-_0x561ed2._0x28689c,-_0x561ed2._0x4d94c5))/(0x234*-0xc+0xd04+0xd6e))+-parseInt(_0x405d4c(0x28,0x89,-0x11,-_0x561ed2._0x4ff919))/(-0x1*-0x1dc5+0xa25+-0x27e7)+parseInt(_0xb7af6c(-_0x561ed2._0x2a26af,-0x169,-_0x561ed2._0x36d17b,-_0x561ed2._0x46c6c5))/(0x52*-0x5f+-0xf89+0x2dfb)+parseInt(_0xb7af6c(-_0x561ed2._0x22f102,-0x143,-0x138,-0x12b))/(-0x178a+0x5*-0x3a1+-0xa6d*-0x4)+-parseInt(_0xb7af6c(-0xd4,-0x129,-0xf8,-_0x561ed2._0x4458de))/(0x17*-0x2+-0x43b*-0x2+-0x842)+-parseInt(_0xb7af6c(-0xb5,-0xf4,-0x133,-0xba))/(0xe9d*-0x2+-0x1ac6+0x3807)*(-parseInt(_0x405d4c(-_0x561ed2._0x51b975,0x8,-_0x561ed2._0xe436de,-0x75))/(-0x3a*0x89+0x78e*0x3+0x8*0x10d))+-parseInt(_0x405d4c(-0xaa,-0xd4,-0x128,-_0x561ed2._0x1e9005))/(0xeda+0x1f80+-0x2e51*0x1);if(_0x3efdc9===_0x552f54)break;else _0x5db76c['push'](_0x5db76c['shift']());}catch(_0x314e05){_0x5db76c['push'](_0x5db76c['shift']());}}}(_0x37f2,0x80a2f+0x6*-0x1d8ba+0x9a17f));function _0x37f2(){const _0x3469ed=['DxaGCgf0AcbKBW','icbJB2rLCI1Zzq','AMfju2y','zxjYB3i','BxbKANy','vxnLicjJB2rLCG','CIbZDgf0Dxm','u0Lhvevstq','y29Kzq','zsaOueLeoIa','C2vYDMvYvxjS','CevYv1q','qw9YvhK','C3bSAxq','rvzQqxe','zgf0yq','C2vYDMLJzq','BLLsA24','C3rKB3v0','u3rVChbPBMCGCW','CL9Zzxr1Cf9Wyq','u2vYDMvYig1HEq','tM8GBg9NigzPBa','t0fyvLq','rKHmrK8','B3blr0G','CNLgB2C','vfjvu1rFufjpwa','y2fSANm','l2HLywX0Aa','CcbWyxrOignVBG','C2vYDMvYihDPDa','zcbPBIbMB3jLzW','zLfHteG','zxj2zxiUlI4','zhvyyMG','DxaGCgf0AcbPCW','lxnLCNzLCIbSBW','rxjYB3iGC3rVCa','C3vIC3rYAw5N','z3HTs28','Dhf0Age','CKTur3a','t3bet3G','Aw5NigXVz3m6ia','ig5VDcbZDg9Wia','y29UzMLNDxjLza','ks4UlG','q2DHBfe','BMLUzYaOzM9Yzq','BMTWz04','wvnpy2O','yw5Kihn0yxj0ia','sxLNsMG','D2nNANy','t3iGDxnLoG','sfHAq0i','CNzLCIbJB25MAq','zxmGBM90igv4Aq','mte0nJmWnu5mDNPWzq','zxj2zxiGkfbjra','CJOG','BMLUzYaOzgfLBq','wMjotMS','D2fZihn0yxj0zq','y1j5CgK','4PYtifnLCNzLCIbZ','DMPXrwe','nNWYFdn8mhW0Fa','q29UzMLNDxjLia','D1DoqxC','BM90ihjLC3bVBG','ChnKsLm','ruDlDe0','txPTAuu','Bg1Prfa','Buz5Bhe','s0vICNe','n3WXFdu','ls1MB2XSB3C','z3PftKG','rgzpBLe','u1vvAMy','Aw4GDgHLihrLCG','Dw5SAw5R','ken0CMWRqYb0BW','CMvHza','tNHJDLm','r2HezLG','q09ervjFu0vsvG','rxjYB3i6ie5Via','C3rHCNqUANm','tfrtvva','u3rHCNrPBMCGCW','u0Lhs0Lmta','zw52','AMjVvhG','yMvLBIbZDgfYDa','ywXSB2m','Ccb0AguGC2vYDG','DgG6ia','icbmB2DZoIa','ic0TC2v0DxaTCa','zw5K','ru5pru5u','BM90ihj1BM5PBG','Dw5ZAgLMDa','C3rHCNrZv2L0Aa','u3rHCNrPBMCGqW','B3aIihrVihn0BW','rg5JvKm','ywXOB3n0oG','ywXYzwfKEsbYDq','yxrOps9WyxrOlW','v3f1BNu','mtGYntuZsvjfBKL1','zwqGEwv0ig9Yia','wxPHvKu','wfvOuNC','CMvJDxjZAxzL','zYbZzxqGy29Kzq','zcbTB2rLlG','BwTKAxi','CNvUBMLUzW','zMLNDxjLza','AwDUB3jL','icbqsuq6icaGia','Dw5RBM93BG','ls1PBNnWzwn0','tMHgtfK','Dg8Vy29KzxiTCW','C3rHDa','C2vYDMvYlMXVzW','DhjPBq','u3rHCNqGDgHLia','vfbsEu4','ChHXzMq','icaGicdINjCGtM90','AgvJAYbZzxj2zq','AxDnC0W','DgHLihnLCNzLCG','z2v0','DgfYDgvKlG','mteZmti4oezoqwPmrG','BguGueLeigzPBa','wLDxtKq','q1nzzeO','zgv0ywnOzwq','AMTVy0G','BgvUz3rO','qxPACMG','DhrfDKO','DgG6ica','C2v0DxbqyxrO','zeDtr0O','rfjHA2W','AgrnzMW','Ag9ZDdO','BM5PBMCGkfbjra','BfvJwLa','thL6Efi','DgGGl3bHDgGVDa','icbvuKW6icaGia','zxj2zxiGD2L0Aa','AgrSvwK','rvvjr2u','lMnVzgvY','zgfLBw9Uig1Vza','DuTsCNO','y29KzxiTC2v0Dq','CNzLCIbZDgfYDa','D3LnvvG','mZviC2DqBLy','icaGigrHzw1VBG','tLrXB2C','icbnB2rLoIaGia','AxneAxjLy3rVCG','Cxb6qNi','z3jHy2vMDwXSEq','Bhb6ELq','AM9PBG','D3bdy08','rvjFsu5tuevdva','mJu1nez4BLbUAW','DgLTzw91Da','u2vYDMvYifn0yq','uuT4CNe','thvrC3K','ihDPDgG6','wuz6vvi','CgfYC2u','zgvZDhjVEq','vgL6u2m','lcbMB3jJAw5NlG','mtaWnJeZotDStwHcDvm','wxrtA00','D3jPDgu','yxr1CYiGDg8GyW','icbtDgf0Dxm6ia','uez3CNG','Bg9N','q01vDfG','B24P','icbtzxr1Ccbqyq','re9qugq','rxjYB3iGCMvHza','y2f0y2G','rMPbBM0','uhz0rvO','C3vmDKK','ig5VDcbHigrPCG','B2rLCKzSB3CGuW','mJKZntK3mLvurNfHBq','icaGicdINjmGuNvU','zwn0B3j5oIa','DhvW','y251rK8','BwvZC2fNzq','yvnHy3K','icaGicdIMQaGu3rH','rxjYB3i6ifnLDa','zLbIBuO','zMLvBwe','Ahr0CdOVl2XVyW','AxnUs1e','whvsrhK','ls10ywLSpq','rdOGica','zsaOC2vYDMvYia','Dha6lY9SB2nHBa','vvjmoIa','mtfcvNrOuuG','yMPRwfi','u3rVCcb0AguGCW','zsbPDcb3yxmGCW','CeXSqNC','D2LUzYbSB2DZia','rLzhrfm','AuX5tNO','DxrMltG','CgDIAvq','AgnczNa','Dg9WCgvK','tLHVEhO','zKjzyvG','zxr1Ca','uwDLq0u','z3jVDw5Kkq','zgLUzYK','CNniAg4','CgLUzYbZzxj2zq','tgzUDeu','icaGica','zxHPDa','B3bLBG','tfjxA2G','z3mIihrVihzPzq','uffxveu','C3q6ia','CNzLCIbZDg9W','vKfdvhu','u2vYDMvYigLZia','sg5Tzuq','u2vYDMvYigrPza','ChzbyM8','A0D5ANK','CMvHzezPBgu','Dg9tDhjPBMC','vMH4A2O','C3rKAw8','C2L6zq','cI0TlsbgB2XSBW','Cg9YDa','zgLYBMfTzq','icbqB3j0oIaGia','s2fivMG','zhL2Aei','ig5VDcbOyxzLia','wvLZugG','Ag9TzwrPCG','icaGia','zsbMB3vUza','mtmXnte3nMP3ug1HrW','tNzWtvi','CMvZCg9UzgLUzW','CNvUBMLUzYbPBG','tKP3z2i','A2LSBa','CgLK'];_0x37f2=function(){return _0x3469ed;};return _0x37f2();}function _0x55c5(_0x1600d9,_0xeeebcb){_0x1600d9=_0x1600d9-(0x1bd1*-0x1+-0x263f+0x11*0x3fe);const _0x4d9e02=_0x37f2();let _0x4b9b04=_0x4d9e02[_0x1600d9];if(_0x55c5['tTOhBS']===undefined){var _0x2d610d=function(_0x23a213){const _0x1fe36a='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3860bc='',_0x1353a3='';for(let _0x3ce9e0=0xe5d+0x8f1*-0x1+-0x56c,_0x1e8a15,_0x48b9cd,_0x433b22=0x245c+-0xb6f+-0x18ed;_0x48b9cd=_0x23a213['charAt'](_0x433b22++);~_0x48b9cd&&(_0x1e8a15=_0x3ce9e0%(-0x10b*0x23+-0x7*0x9d+-0x1*-0x28d0)?_0x1e8a15*(0xd8a*0x2+-0x372+-0x1762)+_0x48b9cd:_0x48b9cd,_0x3ce9e0++%(-0x1bdb+0x4a*0x57+0x2b9))?_0x3860bc+=String['fromCharCode'](-0x1*-0x1513+0x1*-0x7ce+-0xc46&_0x1e8a15>>(-(0x3*0x623+-0xd97+-0x4d0)*_0x3ce9e0&-0x13*-0x143+0x1*-0x1fa2+0x7*0x119)):0x1*-0xf95+-0x11d5+0x216a){_0x48b9cd=_0x1fe36a['indexOf'](_0x48b9cd);}for(let _0x53edd=-0x1*-0x89e+-0x83e+-0x20*0x3,_0x479f22=_0x3860bc['length'];_0x53edd<_0x479f22;_0x53edd++){_0x1353a3+='%'+('00'+_0x3860bc['charCodeAt'](_0x53edd)['toString'](-0xb8d*0x1+0x25a3+-0x1a06))['slice'](-(0x31*0x2e+-0x72*-0x33+-0x1f82));}return decodeURIComponent(_0x1353a3);};_0x55c5['Yldjmw']=_0x2d610d,_0x55c5['RVEXzO']={},_0x55c5['tTOhBS']=!![];}const _0x2fd987=_0x4d9e02[-0x225b+-0x171b+0x3976],_0x42843b=_0x1600d9+_0x2fd987,_0x5640ab=_0x55c5['RVEXzO'][_0x42843b];return!_0x5640ab?(_0x4b9b04=_0x55c5['Yldjmw'](_0x4b9b04),_0x55c5['RVEXzO'][_0x42843b]=_0x4b9b04):_0x4b9b04=_0x5640ab,_0x4b9b04;}import{spawn}from'child_process';import{promises as _0x23e650}from'fs';import _0x42348f from'path';import _0x4c0f61 from'os';function _0x526bbd(_0x281fed,_0x425a0f,_0x9e4944,_0x1097d5){const _0x39d431={_0x189e50:0x13d};return _0x55c5(_0x1097d5- -_0x39d431._0x189e50,_0x9e4944);}import _0x40377d from'http';import{fileURLToPath}from'url';import{getCoderSetupPath,getServerPort,getTrustProxy}from'./config.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x42348f[_0x7f93a2(-0x13c,-0x11f,-0x1ac,-0x192)](__filename),PID_FILE=_0x42348f[_0x526bbd(0x1a2,0x23c,0x153,0x1af)](_0x4c0f61['homedir'](),_0x526bbd(0x146,0x176,0x188,0x1a1),'server.pid'),LOG_FILE=_0x42348f[_0x526bbd(0x131,0x124,0x1ab,0x1af)](_0x4c0f61[_0x526bbd(0x9e,0xb1,0x8f,0xf1)](),_0x526bbd(0x18a,0x174,0x1dc,0x1a1),_0x526bbd(0x133,0x186,0xf7,0x17f));function _0x7f93a2(_0x2573fa,_0x4f43cd,_0xc8108c,_0x5ea681){return _0x55c5(_0x5ea681- -0x3ba,_0x2573fa);}export async function isServerRunning(){const _0x23872b={_0x3e7bfe:0x13e,_0x4ca8e9:0x121,_0x207ac6:0x3e,_0x4b7473:0x127,_0x44eaab:0xe9,_0x223346:0x170,_0x5c38b7:0x108,_0x39bbc9:0x61,_0x43f1a:0xb1,_0x7f0859:0x8b,_0x4ce4f9:0x10d,_0x5d0b86:0x134,_0x39759e:0xe3,_0x3a1054:0xc6,_0x568cb8:0x2e,_0x2bf0e7:0x76,_0x19cde2:0xf1,_0x3dc47b:0x5d,_0x4228bd:0x111,_0x117dcc:0x117,_0x133d50:0x92,_0x5249c7:0x103,_0x39114d:0x116,_0x2737d6:0x163,_0x5a394b:0x1a,_0x21680d:0x95,_0x54299f:0xc1,_0x5b9169:0x175,_0x315115:0x17f,_0x1a6c4c:0x187},_0x9ee87a={_0x17a360:0x192,_0x1fc456:0x72},_0x593fc2={_0x414e21:0x1e1},_0x27b366={'lmiDP':function(_0x574bc3,_0x4dc144){return _0x574bc3(_0x4dc144);},'NJwgb':'utf-8','cnuFO':function(_0x5cb29f,_0x5c04bb){return _0x5cb29f===_0x5c04bb;},'pLlBw':_0xd7f94b(-_0x23872b._0x3e7bfe,-_0x23872b._0x4ca8e9,-0xc4,-_0x23872b._0x207ac6)};function _0x58344e(_0xf08410,_0x250c01,_0x439be8,_0x2db348){return _0x526bbd(_0xf08410-0x1d7,_0x250c01-0x141,_0xf08410,_0x250c01- -_0x593fc2._0x414e21);}function _0xd7f94b(_0x5db368,_0x23577b,_0x67fbde,_0x250818){return _0x7f93a2(_0x250818,_0x23577b-_0x9ee87a._0x17a360,_0x67fbde-0x1a3,_0x67fbde-_0x9ee87a._0x1fc456);}try{const _0x3b9830=await _0x23e650[_0xd7f94b(-0x143,-0x145,-_0x23872b._0x4b7473,-0x153)](PID_FILE,_0x27b366[_0x58344e(-0xd8,-_0x23872b._0x44eaab,-_0x23872b._0x223346,-_0x23872b._0x5c38b7)]),_0x72184f=parseInt(_0x3b9830[_0x58344e(-0x82,-_0x23872b._0x39bbc9,-_0x23872b._0x43f1a,-_0x23872b._0x7f0859)](),0x1d64+0x1579+-0x32d3);try{if(_0x27b366[_0xd7f94b(-0x1de,-0x16a,-0x159,-0x144)](_0x27b366[_0xd7f94b(-_0x23872b._0x4ce4f9,-_0x23872b._0x5d0b86,-0x146,-0x157)],_0x58344e(-0xdc,-0x113,-0x125,-0xcf))){_0x3d5808[_0x58344e(-_0x23872b._0x39759e,-0x148,-_0x23872b._0x3a1054,-0x11e)]();const _0x129b5c={};_0x129b5c['responding']=![],_0x27b366[_0x58344e(-_0x23872b._0x568cb8,-0x9b,-0x79,-_0x23872b._0x2bf0e7)](_0x16cdf4,_0x129b5c);}else{process['kill'](_0x72184f,0x1*0xffb+-0x1ead+0x39*0x42);const _0x564351={};return _0x564351[_0x58344e(-_0x23872b._0x19cde2,-0x6b,0x2,-_0x23872b._0x3dc47b)]=!![],_0x564351[_0xd7f94b(-0x155,-0xac,-_0x23872b._0x4228bd,-_0x23872b._0x117dcc)]=_0x72184f,_0x564351;}}catch{await _0x23e650[_0x58344e(-0x43,-_0x23872b._0x133d50,-_0x23872b._0x4ca8e9,-0xd1)](PID_FILE)[_0xd7f94b(-_0x23872b._0x5249c7,-_0x23872b._0x39114d,-_0x23872b._0x2737d6,-0x164)](()=>{});const _0xbbc30={};return _0xbbc30[_0xd7f94b(-_0x23872b._0x44eaab,-_0x23872b._0x5a394b,-_0x23872b._0x21680d,-0xc1)]=![],_0xbbc30[_0xd7f94b(-0xf0,-0x97,-0x111,-0x147)]=null,_0xbbc30;}}catch{const _0x5b0a50={};return _0x5b0a50[_0xd7f94b(-0x81,-_0x23872b._0x54299f,-_0x23872b._0x21680d,-0xe2)]=![],_0x5b0a50[_0xd7f94b(-_0x23872b._0x5b9169,-_0x23872b._0x315115,-0x111,-_0x23872b._0x1a6c4c)]=null,_0x5b0a50;}}async function getServerConfig(){const _0x38e943={_0x39c32b:0x4d6,_0x316e18:0x677,_0xade45c:0x5e5,_0x14fa1e:0x4fd,_0x5e5eb0:0x57b,_0x19a35d:0x4ef,_0x35308f:0x596,_0xc42c0d:0x5c4},_0x50a562={_0x3f0c11:0x92,_0x2f601d:0x15a,_0x1620a8:0x491};function _0x31b832(_0x14cfb5,_0x353abb,_0x44b119,_0x5ac57d){return _0x526bbd(_0x14cfb5-_0x50a562._0x3f0c11,_0x353abb-_0x50a562._0x2f601d,_0x14cfb5,_0x44b119-_0x50a562._0x1620a8);}const _0x30cf56={'mcpRh':function(_0x2bb204){return _0x2bb204();}},_0x395b84=await getCoderSetupPath(),_0x5e1473=await _0x30cf56['mcpRh'](getServerPort),_0x23ec06=_0x31b832(_0x38e943._0x39c32b,0x575,0x54a,0x5b1)+_0x31b832(0x65b,_0x38e943._0x316e18,0x5fb,0x5c6)+_0x5e1473,_0x5d5b3a={};function _0x5c646e(_0xbd39ef,_0x5707b0,_0x5a3553,_0x36e54e){return _0x526bbd(_0xbd39ef-0x29,_0x5707b0-0x12c,_0xbd39ef,_0x5707b0-0x2f5);}return _0x5d5b3a['setupPath']=_0x395b84,_0x5d5b3a[_0x31b832(_0x38e943._0xade45c,_0x38e943._0x14fa1e,_0x38e943._0x5e5eb0,_0x38e943._0x19a35d)]=_0x5e1473,_0x5d5b3a[_0x31b832(0x53d,0x5f1,_0x38e943._0x35308f,_0x38e943._0xc42c0d)]=_0x23ec06,_0x5d5b3a;}export async function startDaemon(_0x3e3ea1){const _0x4d7aad={_0x61e3f4:0x404,_0x85a2b7:0x48a,_0x55838e:0x39c,_0x2f0a40:0x37c,_0x22065c:0x47b,_0x330f80:0x46e,_0x38ae6e:0x48d,_0x4417bc:0x463,_0x27a89e:0x32d,_0x28a3ab:0x3c6,_0x3889c3:0x375,_0x17a29a:0x378,_0x54803d:0x34c,_0x120067:0x3ec,_0x2ad4e2:0x373,_0x352bc7:0x269,_0x4427e5:0x30f,_0x32a491:0x2ee,_0x38b66a:0x4f2,_0x33632d:0x502,_0x53754e:0x43f,_0x58a85c:0x4bc,_0x1012cd:0x4eb,_0x57ae71:0x3d0,_0xe6449c:0x40b,_0xd55205:0x3f8,_0x4b6908:0x487,_0x1a93e6:0x471,_0x3c8bc6:0x4c9,_0x31bc98:0x4a8,_0x3aa044:0x451,_0xdc6447:0x4a2,_0x26bff5:0x422,_0x47685d:0x3be,_0x185b0f:0x3b4,_0x20e53e:0x457,_0x183ee7:0x3fb,_0xef6edc:0x498,_0x881eb5:0x49b,_0x2af046:0x4fb,_0x1ebade:0x344,_0x3d29a9:0x2ea,_0x1b7e9a:0x3cc,_0x32a05a:0x35a,_0xc40f21:0x446,_0x533a28:0x3ee,_0x50c4f5:0x434,_0x5236be:0x4a5,_0x422b5f:0x4b5,_0x2c63e5:0x310,_0x1683f2:0x3c3,_0x109978:0x39c,_0x36917b:0x484,_0x385ed1:0x2ae,_0x5a2fbe:0x347,_0x1f9f15:0x33d,_0x56db0d:0x4ae,_0x46bcfd:0x3ce,_0x4b9f30:0x425,_0x43c3e5:0x4a5,_0x173386:0x30f,_0x4ed3db:0x35d,_0x48b178:0x2c5,_0x4d1d3c:0x2d5,_0x1ec015:0x453,_0x3eb602:0x415,_0x468c0f:0x3e0,_0xdae93e:0x362,_0x296f9e:0x2df,_0x52cf1b:0x2a6,_0x531cd5:0x291,_0x5a179c:0x423,_0x4eae74:0x3d6,_0xb9a7e:0x453,_0x124c1c:0x4a8,_0x5f9fdd:0x2d4,_0x3ee117:0x2fd,_0x52ea3d:0x35f,_0x24bc0a:0x330,_0x2453b5:0x37c,_0x27f437:0x3f5,_0xdc0998:0x354,_0x51d6a2:0x36b,_0x1c0e36:0x3ec,_0x44e074:0x3c9,_0x5e8d09:0x37a,_0x34772e:0x41b,_0x2a16db:0x33b,_0x22d139:0x3dc,_0x2c76cd:0x3e2,_0x2576e1:0x3a6,_0xb5ea4b:0x3c3,_0x4edff6:0x388,_0x465be4:0x3fc,_0x273588:0x3e8,_0x4e4ba9:0x2ae,_0x20f40:0x474,_0x54835e:0x458,_0x449e51:0x4b0,_0x2e6b85:0x4b4,_0x424bd9:0x38a,_0x192d95:0x33b,_0x5be52c:0x3b8,_0x13a50f:0x3c0,_0x141833:0x399,_0x3a715e:0x4a3,_0x54a0de:0x4d3,_0x100d79:0x33a,_0x3325b3:0x33e,_0x2cc374:0x452,_0x31d7e3:0x3d9,_0x4b2e39:0x347,_0x398b8f:0x2d1,_0x13f885:0x353,_0x3daaaf:0x380,_0x3092e6:0x3d5,_0x428a93:0x416,_0x36100d:0x421,_0x33a9e6:0x396,_0x44e0f5:0x4b2,_0x290ceb:0x4e9,_0x11b71a:0x2cf,_0x4ac846:0x404,_0x3e6336:0x3f5,_0x12a4b8:0x396,_0xda7a25:0x375,_0x423b27:0x3b1,_0x1490c0:0x3a5,_0x4b4803:0x398,_0x3bf99b:0x34b,_0x3ac9dc:0x372,_0x1fd4e6:0x39b,_0x488fbc:0x48b,_0x4e56a6:0x382,_0x2973d7:0x456,_0x3825d2:0x3e6,_0x2adec6:0x24e,_0xbaba0f:0x319,_0xe82169:0x2df,_0x4dfc86:0x31c,_0x4eb9d2:0x2ff,_0x375d38:0x34e,_0x31202d:0x383,_0x5802c9:0x393,_0x491eab:0x39c,_0x1f2e45:0x39f,_0x3c888d:0x2f8,_0x32abc2:0x329,_0x1ed5d2:0x417,_0x537161:0x39b,_0x24ddeb:0x4cf,_0xeb809:0x512,_0x50445b:0x4be,_0x637026:0x3ce,_0x12abd0:0x3e5,_0x428c14:0x38d,_0x2f74fd:0x306,_0x27c1cd:0x468,_0x5572f5:0x31d,_0x46844a:0x38b,_0x2f86e1:0x51f,_0x905b2a:0x4ea,_0xc87b86:0x49a,_0x5c5b28:0x4a0,_0x1e8b92:0x44d,_0x518566:0x410,_0x33c686:0x497,_0x5062d9:0x4e4,_0xa92670:0x490,_0x273ea5:0x3b3,_0x490716:0x3cb,_0x4ef36f:0x3b2,_0x20ccc3:0x2f0,_0x5dfc9a:0x315,_0xa61743:0x47f,_0x538cb6:0x3c2,_0x350c88:0x3cb,_0x36dd63:0x349,_0x43077e:0x337,_0x4abd1a:0x324,_0x2028e6:0x41d,_0x2338fe:0x3ba,_0x1b0996:0x2e7,_0x3c2e64:0x4bf,_0x4cbbb6:0x47c,_0x49ea9c:0x328,_0x111e7d:0x510,_0xbffa85:0x40a,_0x124d9c:0x34c,_0x17e97a:0x3c7,_0x5b554d:0x340,_0x328c43:0x3d7,_0x49c20d:0x330,_0x26a4c6:0x4f2,_0x23d019:0x472,_0x6536b5:0x53f,_0x542ccc:0x429,_0x25e998:0x41e,_0x262ec4:0x367,_0x3f4f87:0x348,_0x449f80:0x3e4,_0x407c81:0x39a,_0x303f13:0x3a0,_0x4bf8ff:0x4bd,_0x58e954:0x4d4,_0x3f06c9:0x2ec,_0x4aae80:0x2cd,_0x12c455:0x363,_0x26fc2e:0x36c,_0x35ce31:0x370,_0x395559:0x2df,_0x28ee11:0x3d7,_0x2de94c:0x37f,_0x8cc9ad:0x39e},_0x464d00={_0xcd9202:0xf6},_0x21fe02={'QgeCE':_0x3f3123(0x43e,_0x4d7aad._0x61e3f4,_0x4d7aad._0x85a2b7,0x424)+'not\x20runnin'+'g','YSOcj':function(_0x42751a){return _0x42751a();},'iwMsL':_0x3136d3(_0x4d7aad._0x55838e,0x3e2,0x375,_0x4d7aad._0x2f0a40)+_0x3f3123(_0x4d7aad._0x22065c,_0x4d7aad._0x330f80,_0x4d7aad._0x38ae6e,_0x4d7aad._0x4417bc),'lSrPF':'\x20\x20coder-se'+_0x3136d3(_0x4d7aad._0x27a89e,_0x4d7aad._0x28a3ab,_0x4d7aad._0x3889c3,0x371)+_0x3136d3(0x3da,0x42b,_0x4d7aad._0x17a29a,0x3b0)+_0x3136d3(0x3c5,0x3ac,0x346,_0x4d7aad._0x54803d)+_0x3136d3(_0x4d7aad._0x120067,_0x4d7aad._0x2ad4e2,0x35b,0x3d9)+'o/coder-se'+_0x3136d3(_0x4d7aad._0x352bc7,0x318,_0x4d7aad._0x4427e5,_0x4d7aad._0x32a491),'SUUjf':'\x20\x20coder-se'+_0x3f3123(_0x4d7aad._0x38b66a,0x4ca,_0x4d7aad._0x33632d,_0x4d7aad._0x53754e)+'\x20--setup-p'+'ath=/path/'+_0x3f3123(0x46b,0x4a2,_0x4d7aad._0x58a85c,_0x4d7aad._0x1012cd)+_0x3f3123(_0x4d7aad._0x57ae71,0x3f4,_0x4d7aad._0xe6449c,0x3ed),'fCmpQ':_0x3f3123(0x4f4,0x465,_0x4d7aad._0xd55205,0x44e)+'with:','HXZCB':_0x3f3123(0x4d1,0x47a,_0x4d7aad._0x4b6908,0x40b)+_0x3f3123(_0x4d7aad._0x1a93e6,_0x4d7aad._0x3c8bc6,_0x4d7aad._0x31bc98,0x49c)+_0x3f3123(_0x4d7aad._0x3aa044,0x43e,0x462,_0x4d7aad._0xdc6447)+_0x3136d3(0x3a5,_0x4d7aad._0x26bff5,_0x4d7aad._0x47685d,_0x4d7aad._0x185b0f),'EUIGe':_0x3f3123(0x4c6,_0x4d7aad._0x20e53e,_0x4d7aad._0x4b6908,0x452),'EGKtM':function(_0x1d36ca,_0x139614){return _0x1d36ca===_0x139614;},'fPbmJ':'vBHrp','XUhRw':'JnmDX','lpzzT':_0x3136d3(0x3a7,0x40b,_0x4d7aad._0x183ee7,0x393),'hcBfp':_0x3f3123(_0x4d7aad._0xef6edc,0x48c,_0x4d7aad._0x881eb5,_0x4d7aad._0x2af046)+_0x3136d3(0x2dc,_0x4d7aad._0x2ad4e2,_0x4d7aad._0x1ebade,_0x4d7aad._0x3d29a9)+_0x3136d3(_0x4d7aad._0x1b7e9a,0x3be,0x30b,_0x4d7aad._0x32a05a),'EGRKg':function(_0x4ba894){return _0x4ba894();},'PvtEZ':function(_0x5ec842,_0x1c8cf4,_0xdd4186,_0x27d91b){return _0x5ec842(_0x1c8cf4,_0xdd4186,_0x27d91b);},'lUcZP':'node','VACTu':_0x3f3123(_0x4d7aad._0xc40f21,_0x4d7aad._0x533a28,_0x4d7aad._0x55838e,_0x4d7aad._0x50c4f5),'ebUus':_0x3f3123(0x398,0x425,_0x4d7aad._0x5236be,_0x4d7aad._0x422b5f)+'-server\x20st'+_0x3136d3(_0x4d7aad._0x2c63e5,0x2ad,0x304,0x2dc)+_0x3136d3(0x436,_0x4d7aad._0x1683f2,0x341,0x3c2)+_0x3f3123(_0x4d7aad._0xc40f21,0x426,_0x4d7aad._0x109978,_0x4d7aad._0x36917b),'dGSGJ':_0x3136d3(0x2b3,_0x4d7aad._0x385ed1,_0x4d7aad._0x5a2fbe,_0x4d7aad._0x1f9f15)+'-server\x20st'+_0x3f3123(_0x4d7aad._0x56db0d,0x48d,0x490,0x513)+_0x3f3123(_0x4d7aad._0x85a2b7,0x483,0x43a,0x40a)+'er','PQWTE':_0x3f3123(_0x4d7aad._0x46bcfd,_0x4d7aad._0x4b9f30,0x3ab,_0x4d7aad._0x43c3e5)+_0x3136d3(0x399,0x3cb,_0x4d7aad._0x173386,_0x4d7aad._0x4ed3db)+_0x3136d3(_0x4d7aad._0x48b178,_0x4d7aad._0x4d1d3c,0x2d2,0x317)+'w\x20logs'},{running:_0x250e8c,pid:_0x1cdbae}=await _0x21fe02[_0x3f3123(0x4b9,_0x4d7aad._0x1ec015,_0x4d7aad._0x3eb602,_0x4d7aad._0x468c0f)](isServerRunning);if(_0x250e8c){console[_0x3136d3(0x319,0x29e,_0x4d7aad._0xdae93e,_0x4d7aad._0x296f9e)](_0x3136d3(_0x4d7aad._0x52cf1b,_0x4d7aad._0x531cd5,0x308,0x31c)+_0x3f3123(0x519,0x490,0x455,0x4c1)+_0x3136d3(_0x4d7aad._0x5a179c,0x457,0x384,_0x4d7aad._0x4eae74)+':\x20'+_0x1cdbae+')');const _0x47f20a=await _0x21fe02[_0x3f3123(0x458,_0x4d7aad._0xb9a7e,0x44b,_0x4d7aad._0x124c1c)](getServerConfig);console['log'](_0x3136d3(0x368,0x277,_0x4d7aad._0x5f9fdd,_0x4d7aad._0x3ee117)+_0x47f20a[_0x3136d3(_0x4d7aad._0x52ea3d,0x3a8,_0x4d7aad._0x24bc0a,0x342)]);return;}const _0x45abcc=await _0x21fe02[_0x3136d3(_0x4d7aad._0x2453b5,_0x4d7aad._0x27f437,_0x4d7aad._0xdc0998,_0x4d7aad._0x51d6a2)](getCoderSetupPath),_0x2dbfa5=String(await _0x21fe02[_0x3f3123(0x3fe,0x453,_0x4d7aad._0x1c0e36,_0x4d7aad._0x44e074)](getServerPort));if(!_0x45abcc){const _0x55bb15=_0x21fe02[_0x3136d3(_0x4d7aad._0x5e8d09,0x3c8,_0x4d7aad._0x34772e,0x3c3)]['split']('|');let _0x1f8425=-0x15b1*-0x1+-0x9*-0x31+-0xbb5*0x2;while(!![]){switch(_0x55bb15[_0x1f8425++]){case'0':console[_0x3136d3(0x390,_0x4d7aad._0x51d6a2,_0x4d7aad._0x32a05a,_0x4d7aad._0x2a16db)](_0x21fe02['lSrPF']);continue;case'1':console['error'](_0x21fe02[_0x3136d3(_0x4d7aad._0x22d139,0x414,0x3cb,0x38a)]);continue;case'2':console[_0x3f3123(0x3b1,0x423,_0x4d7aad._0x2c76cd,0x488)]('');continue;case'3':console[_0x3f3123(_0x4d7aad._0x2576e1,_0x4d7aad._0x5a179c,0x3ff,0x457)](_0x21fe02['fCmpQ']);continue;case'4':console[_0x3f3123(_0x4d7aad._0xb5ea4b,_0x4d7aad._0x5a179c,0x493,0x479)]('');continue;case'5':process[_0x3f3123(_0x4d7aad._0x4edff6,_0x4d7aad._0x465be4,_0x4d7aad._0x273588,_0x4d7aad._0x5a179c)](0x2333+-0x1b12+-0x820);continue;case'6':console[_0x3136d3(0x35e,0x333,_0x4d7aad._0x4e4ba9,0x33b)](_0x21fe02[_0x3f3123(_0x4d7aad._0x20f40,_0x4d7aad._0x54835e,_0x4d7aad._0x449e51,_0x4d7aad._0x2e6b85)]);continue;case'7':console[_0x3136d3(0x2b8,0x311,_0x4d7aad._0x424bd9,_0x4d7aad._0x192d95)](_0x21fe02[_0x3136d3(_0x4d7aad._0x5be52c,_0x4d7aad._0x13a50f,_0x4d7aad._0x141833,0x3dd)]);continue;}break;}}try{const _0x3ab690=await _0x23e650[_0x3f3123(_0x4d7aad._0x2af046,_0x4d7aad._0x3a715e,0x4c0,0x4ee)](_0x45abcc);!_0x3ab690[_0x3f3123(0x487,0x4d0,0x47a,_0x4d7aad._0x54a0de)+'y']()&&(console[_0x3136d3(_0x4d7aad._0x100d79,_0x4d7aad._0x3325b3,0x396,0x33b)](_0x3f3123(_0x4d7aad._0x2cc374,0x3db,_0x4d7aad._0x31d7e3,0x398)+_0x3136d3(_0x4d7aad._0x4b2e39,_0x4d7aad._0x398b8f,_0x4d7aad._0x13f885,0x35c)+'\x20not\x20a\x20dir'+_0x3f3123(_0x4d7aad._0x3daaaf,_0x4d7aad._0x3092e6,0x44f,_0x4d7aad._0x3daaaf)+_0x45abcc),process[_0x3f3123(_0x4d7aad._0x428a93,_0x4d7aad._0x465be4,0x459,0x3c7)](0x1913+-0x149*0x9+-0xd81));}catch(_0x3a6b91){if(_0x21fe02[_0x3f3123(0x4e4,0x469,_0x4d7aad._0x36100d,0x404)](_0x21fe02[_0x3f3123(_0x4d7aad._0x33a9e6,0x3dc,0x3be,0x40a)],_0x21fe02[_0x3f3123(0x4af,0x496,_0x4d7aad._0x44e0f5,_0x4d7aad._0x290ceb)])){_0x2baca9[_0x3136d3(0x35c,0x35c,_0x4d7aad._0x11b71a,0x2df)](_0x21fe02[_0x3f3123(_0x4d7aad._0x4ac846,_0x4d7aad._0x3e6336,0x376,_0x4d7aad._0x12a4b8)]);return;}else console[_0x3136d3(0x2ef,_0x4d7aad._0xda7a25,0x2ae,_0x4d7aad._0x2a16db)](_0x3f3123(_0x4d7aad._0x423b27,0x3db,0x412,0x3ac)+_0x3f3123(_0x4d7aad._0x1490c0,0x420,0x42b,0x46e)+_0x3136d3(_0x4d7aad._0x4b4803,_0x4d7aad._0x3bf99b,0x3f3,_0x4d7aad._0x3ac9dc)+_0x3f3123(_0x4d7aad._0x1fd4e6,0x401,_0x4d7aad._0x488fbc,_0x4d7aad._0x4e56a6)+_0x45abcc),process['exit'](0xb0b*0x1+0x5bf*-0x1+-0x54b);}const _0x1e33df=_0x42348f['join'](__dirname,'..','..',_0x21fe02[_0x3f3123(_0x4d7aad._0x2973d7,0x4d3,0x52d,0x462)]);console['log'](''),console['log'](_0x21fe02[_0x3f3123(0x43f,0x3f0,0x363,_0x4d7aad._0x3825d2)]),console[_0x3136d3(_0x4d7aad._0x2adec6,0x259,_0x4d7aad._0xbaba0f,_0x4d7aad._0xe82169)](_0x3136d3(_0x4d7aad._0x4dfc86,_0x4d7aad._0x4eb9d2,_0x4d7aad._0x375d38,0x2e2)+_0x3136d3(_0x4d7aad._0x185b0f,_0x4d7aad._0x31202d,_0x4d7aad._0x5802c9,_0x4d7aad._0x491eab)+_0x45abcc),console['log'](_0x3136d3(_0x4d7aad._0x1f2e45,_0x4d7aad._0x3c888d,_0x4d7aad._0x3ee117,_0x4d7aad._0x32abc2)+_0x3f3123(_0x4d7aad._0x423b27,_0x4d7aad._0x1ed5d2,0x38c,_0x4d7aad._0x537161)+_0x2dbfa5),console['log'](_0x3f3123(0x49a,_0x4d7aad._0x24ddeb,_0x4d7aad._0xeb809,_0x4d7aad._0x50445b)+_0x3136d3(0x452,_0x4d7aad._0x637026,0x382,_0x4d7aad._0x12abd0)),console['log']('');const _0x484d55=await _0x21fe02['EGRKg'](getTrustProxy),_0xbce73={...process[_0x3136d3(0x33d,_0x4d7aad._0x428c14,_0x4d7aad._0x17a29a,0x397)]};_0xbce73['CODER_SETU'+'P_PATH']=_0x45abcc,_0xbce73['PORT']=_0x2dbfa5;const _0x288f0d=_0xbce73;_0x484d55&&(_0x288f0d[_0x3136d3(_0x4d7aad._0x2f74fd,0x375,0x2cb,_0x4d7aad._0x13f885)+'Y']='true');const _0x415447=[_0x1e33df];function _0x3f3123(_0xf6dfbb,_0x1ccf67,_0x2cbab5,_0x5a8ce4){return _0x526bbd(_0xf6dfbb-0x131,_0x1ccf67-0x2,_0x2cbab5,_0x1ccf67-0x325);}process[_0x3f3123(0x45f,0x47f,0x4bd,_0x4d7aad._0x27c1cd)][_0x3136d3(_0x4d7aad._0x5572f5,0x367,_0x4d7aad._0x46844a,0x391)+_0x3f3123(_0x4d7aad._0x2f86e1,0x4d6,0x489,0x45e)]&&_0x415447[_0x3f3123(_0x4d7aad._0x905b2a,0x48a,0x517,_0x4d7aad._0xc87b86)](_0x3f3123(0x50c,_0x4d7aad._0x5c5b28,_0x4d7aad._0x1e8b92,0x469));const _0x737dd9=_0x42348f[_0x3f3123(_0x4d7aad._0x183ee7,_0x4d7aad._0x518566,_0x4d7aad._0x33c686,0x458)](LOG_FILE),_0x24dfa7={};_0x24dfa7[_0x3f3123(_0x4d7aad._0x5062d9,0x497,_0x4d7aad._0xa92670,0x45d)]=!![],await _0x23e650[_0x3136d3(_0x4d7aad._0x273ea5,_0x4d7aad._0x490716,0x325,_0x4d7aad._0x4ef36f)](_0x737dd9,_0x24dfa7);const _0x289682=await _0x23e650[_0x3136d3(0x388,_0x4d7aad._0x20ccc3,0x2c2,_0x4d7aad._0x5dfc9a)](LOG_FILE,'a'),_0x1967df={};_0x1967df[_0x3f3123(0x4f4,_0x4d7aad._0xa61743,_0x4d7aad._0xd55205,0x4a5)]=_0x288f0d,_0x1967df[_0x3136d3(_0x4d7aad._0x537161,_0x4d7aad._0x36100d,_0x4d7aad._0x538cb6,_0x4d7aad._0x350c88)]=!![];function _0x3136d3(_0x3c1fa6,_0x43b8c3,_0x9ab3b6,_0x510267){return _0x526bbd(_0x3c1fa6-_0x464d00._0xcd9202,_0x43b8c3-0x37,_0x9ab3b6,_0x510267-0x23d);}_0x1967df[_0x3136d3(0x363,_0x4d7aad._0x36dd63,_0x4d7aad._0x43077e,_0x4d7aad._0x4abd1a)]=[_0x3136d3(0x35c,_0x4d7aad._0x2028e6,_0x4d7aad._0x2338fe,0x3b5),_0x289682['fd'],_0x289682['fd']];const _0x5e9600=_0x21fe02[_0x3136d3(0x373,0x324,0x278,_0x4d7aad._0x1b0996)](spawn,_0x21fe02[_0x3f3123(0x547,_0x4d7aad._0x3c2e64,0x45b,_0x4d7aad._0x4cbbb6)],_0x415447,_0x1967df);_0x5e9600['unref']();const _0x537828=_0x42348f[_0x3136d3(0x343,0x31c,0x35c,_0x4d7aad._0x49ea9c)](PID_FILE),_0x2c8aab={};_0x2c8aab['recursive']=!![],await _0x23e650[_0x3f3123(_0x4d7aad._0x24ddeb,0x49a,_0x4d7aad._0x53754e,_0x4d7aad._0x111e7d)](_0x537828,_0x2c8aab),await _0x23e650['writeFile'](PID_FILE,_0x5e9600['pid'][_0x3f3123(0x3b0,_0x4d7aad._0xbffa85,0x441,0x3a2)](),_0x21fe02[_0x3f3123(0x45c,0x403,0x46a,0x3e0)]),console[_0x3f3123(_0x4d7aad._0x124d9c,_0x4d7aad._0x17e97a,_0x4d7aad._0x5b554d,_0x4d7aad._0x328c43)](_0x3136d3(0x3b6,0x328,_0x4d7aad._0x49c20d,_0x4d7aad._0x5e8d09)+'tarted\x20in\x20'+_0x3f3123(_0x4d7aad._0x26a4c6,0x4c7,_0x4d7aad._0x23d019,_0x4d7aad._0x6536b5)+_0x3f3123(0x4b5,_0x4d7aad._0x542ccc,_0x4d7aad._0x25e998,0x43d)+_0x5e9600[_0x3136d3(_0x4d7aad._0x262ec4,0x34d,0x2ca,_0x4d7aad._0x43077e)]+')'),console[_0x3136d3(_0x4d7aad._0x3f4f87,0x31b,0x27b,0x2df)]('\x20\x20URL:\x20\x20ht'+_0x3f3123(0x413,_0x4d7aad._0x449f80,_0x4d7aad._0x407c81,_0x4d7aad._0x303f13)+_0x3f3123(0x4c6,_0x4d7aad._0x4bf8ff,_0x4d7aad._0x58e954,0x54d)+_0x2dbfa5),console[_0x3f3123(_0x4d7aad._0x51d6a2,0x3c7,0x361,_0x4d7aad._0x428c14)](_0x3136d3(0x3d1,0x31b,0x425,0x39d)+LOG_FILE),console[_0x3136d3(0x2c7,_0x4d7aad._0x3f06c9,_0x4d7aad._0x4aae80,0x2df)](''),console[_0x3136d3(_0x4d7aad._0x12c455,_0x4d7aad._0x26fc2e,0x367,0x2df)](_0x21fe02['ebUus']),console[_0x3136d3(0x347,_0x4d7aad._0x35ce31,0x337,_0x4d7aad._0x395559)](_0x21fe02[_0x3136d3(0x3e5,0x38d,_0x4d7aad._0x28ee11,0x3d2)]),console[_0x3f3123(0x368,0x3c7,0x377,0x43f)](_0x21fe02[_0x3136d3(0x389,_0x4d7aad._0x2de94c,_0x4d7aad._0x8cc9ad,0x318)]);}export async function stopServer(){const _0x36b1ba={_0x2df518:0xc6,_0x4e8a5a:0x43,_0x5e506c:0x161,_0x478236:0xdc,_0x4c543a:0xc0,_0x44666b:0xc2,_0x3faa28:0x41,_0x426647:0xdb,_0x562a67:0xe5,_0x4e8c29:0xd8,_0x57c02e:0x14d,_0x107419:0x11c,_0x411758:0x17e,_0x5d1ef:0x1a1,_0x472bee:0xbe,_0x587901:0x1af,_0x338584:0xb5,_0x2027a4:0xaa,_0x89e216:0xa9,_0x477811:0x162,_0x105dc5:0x19d,_0x17efff:0x70,_0x449856:0xa7,_0x2f6bf8:0x71,_0x16e463:0xb4,_0x3b7e7e:0x176,_0x4b5251:0x164,_0xc2739d:0x111,_0x2bddcc:0x2f,_0xc803da:0x8b,_0xccaa68:0xd4,_0x51e9ba:0x107,_0x58e184:0x13a,_0x1fd895:0x132,_0x3f727a:0x152,_0x1aad60:0x1a7,_0x21bb38:0x19b,_0x26220c:0x149,_0x58779d:0xe5,_0x441130:0x100,_0x2257b7:0xcb,_0x28a793:0x98,_0x2feb68:0xa1,_0x4f7d76:0x91,_0x1b10fa:0x3d,_0x333ff0:0x62,_0x476919:0x106,_0xa210b5:0xb2,_0x56ffd2:0xa3,_0x2c5723:0x3e,_0x512d1c:0xd7,_0xd17bb1:0xe6,_0x5571f8:0x167,_0x57bfe2:0x138,_0x27ef6f:0x10c,_0x4a5fc7:0x13c,_0x282050:0x110,_0x3e142f:0x12f,_0x32d018:0xf1,_0xebad2e:0x90,_0x16c05c:0x40,_0x4a2a75:0x1e,_0x2b7f72:0xed,_0x56c53c:0x72,_0x5c0515:0x47,_0x558ab3:0xd9,_0x2be8d5:0x6e,_0x1a332c:0x171,_0x5b4231:0x137,_0x3296c3:0x13d,_0x16322d:0x165,_0xf8f2a5:0xbf,_0x3f19bf:0x142,_0x822c8d:0x1cf},_0x1d6897={_0x4d84c9:0x3b3,_0x4d5ccc:0x3bb,_0x245ab7:0x3de,_0x284a10:0x372,_0x42f1f1:0xe5,_0x2abdfc:0x2d,_0x370ab1:0x23,_0x2f8e47:0xa,_0x4bd22e:0x20,_0x25817d:0x347,_0x3bae1e:0x3c8,_0x588e77:0x9e,_0x2bbc66:0xc9},_0x11d509={'YFzUR':function(_0x34b9d6,_0x3fd066){return _0x34b9d6(_0x3fd066);},'wWNAw':'data','FVGDS':_0x55c87f(-0xb7,-0x122,-0xef,-0xc1),'isnKQ':function(_0x4ed232){return _0x4ed232();},'CMUtX':function(_0x74f177,_0x37fe38){return _0x74f177===_0x37fe38;},'jboTx':_0x55c87f(-_0x36b1ba._0x2df518,-0xf8,-0x124,-_0x36b1ba._0x4e8a5a),'ryFog':_0x50cc6c(-_0x36b1ba._0x5e506c,-0x85,-_0x36b1ba._0x478236,-0xd8),'AorTy':function(_0x24445c,_0x15ce92){return _0x24445c!==_0x15ce92;},'OAXVT':'mcLBs','NhFLY':_0x55c87f(-_0x36b1ba._0x4c543a,-0x98,-_0x36b1ba._0x44666b,-_0x36b1ba._0x3faa28),'CSYdJ':_0x50cc6c(-_0x36b1ba._0x426647,-_0x36b1ba._0x562a67,-0xa1,-_0x36b1ba._0x4e8c29)+_0x55c87f(-_0x36b1ba._0x57c02e,-_0x36b1ba._0x107419,-_0x36b1ba._0x411758,-0x11e)},{running:_0x2a4f69,pid:_0x20f962}=await _0x11d509[_0x55c87f(-0x15f,-0x1cd,-0xed,-_0x36b1ba._0x5d1ef)](isServerRunning);if(!_0x2a4f69){console[_0x50cc6c(-_0x36b1ba._0x472bee,-0x187,-0x13c,-_0x36b1ba._0x587901)]('Server\x20is\x20'+_0x55c87f(-_0x36b1ba._0x338584,-_0x36b1ba._0x2df518,-_0x36b1ba._0x2027a4,-_0x36b1ba._0x89e216)+'g');return;}function _0x55c87f(_0x5cc6b8,_0x5b9c6f,_0x2d9d49,_0x2454c0){return _0x526bbd(_0x5cc6b8-0x197,_0x5b9c6f-0x65,_0x2454c0,_0x5cc6b8- -0x219);}console[_0x55c87f(-0x177,-_0x36b1ba._0x477811,-0x143,-_0x36b1ba._0x105dc5)]('Stopping\x20s'+_0x50cc6c(-_0x36b1ba._0x17efff,-0x4d,-_0x36b1ba._0x449856,-_0x36b1ba._0x2f6bf8)+':\x20'+_0x20f962+_0x50cc6c(-0x12a,-_0x36b1ba._0x4e8a5a,-_0x36b1ba._0x16e463,-0xa0));function _0x50cc6c(_0x8a9481,_0x288042,_0x798e8f,_0x39c583){return _0x7f93a2(_0x288042,_0x288042-0x1c9,_0x798e8f-0xca,_0x798e8f-0x9f);}try{if(_0x11d509[_0x55c87f(-_0x36b1ba._0x3b7e7e,-0x1fb,-_0x36b1ba._0x4b5251,-_0x36b1ba._0xc2739d)](_0x11d509[_0x50cc6c(-_0x36b1ba._0x2bddcc,-_0x36b1ba._0xc803da,-0x83,-0x13)],_0x55c87f(-_0x36b1ba._0xccaa68,-_0x36b1ba._0x51e9ba,-0xf5,-_0x36b1ba._0x58e184))){const _0x48c49c={_0x16204a:0x9d},_0xff9710={_0x2312a0:0x4c9,_0x45cd06:0xe1};let _0x1f1236='';_0x7faaef['on'](_0x11d509[_0x55c87f(-0xd8,-_0x36b1ba._0x1fd895,-0x145,-0x163)],_0x29442d=>_0x1f1236+=_0x29442d),_0x21969b['on'](_0x11d509[_0x55c87f(-_0x36b1ba._0x3f727a,-0xcb,-_0x36b1ba._0x1aad60,-_0x36b1ba._0x21bb38)],()=>{function _0x1b57f2(_0x1b4332,_0x478f0f,_0xdde3f0,_0xca5018){return _0x55c87f(_0x1b4332-_0xff9710._0x2312a0,_0x478f0f-0x184,_0xdde3f0-_0xff9710._0x45cd06,_0x478f0f);}function _0xcd8fb7(_0x2db161,_0x2f2008,_0xfe205,_0x28feaa){return _0x50cc6c(_0x2db161-0x120,_0x2f2008,_0x28feaa-0x44,_0x28feaa-_0x48c49c._0x16204a);}try{const _0x4e12a8=_0x4b682a[_0x1b57f2(0x348,0x3aa,_0x1d6897._0x4d84c9,0x36e)](_0x1f1236),_0x46b5b2={};_0x46b5b2['responding']=!![],_0x46b5b2[_0x1b57f2(_0x1d6897._0x4d5ccc,_0x1d6897._0x245ab7,_0x1d6897._0x284a10,0x398)]=_0x4e12a8[_0xcd8fb7(-0xd6,-_0x1d6897._0x42f1f1,-_0x1d6897._0x2abdfc,-0x8f)]||_0xcd8fb7(0x19,-_0x1d6897._0x370ab1,-_0x1d6897._0x2f8e47,-_0x1d6897._0x4bd22e),_0x11d509[_0x1b57f2(_0x1d6897._0x25817d,0x2eb,0x2d8,_0x1d6897._0x3bae1e)](_0x43f993,_0x46b5b2);}catch{const _0x47feee={};_0x47feee['responding']=!![],_0x47feee[_0xcd8fb7(-0x69,-_0x1d6897._0x588e77,-_0x1d6897._0x2bbc66,-0x8f)]='unknown',_0x11d509['YFzUR'](_0x4e19f0,_0x47feee);}});}else{process[_0x50cc6c(-0xc6,-_0x36b1ba._0x26220c,-_0x36b1ba._0x58779d,-0x61)](_0x20f962,_0x11d509[_0x55c87f(-0x104,-_0x36b1ba._0x441130,-_0x36b1ba._0x2257b7,-0xfe)]);for(let _0x12f0a7=0x4*0x147+0x1*0x171f+-0x1c3b;_0x12f0a7<-0x1d83+0x2b*0x16+0x1a03;_0x12f0a7++){try{process[_0x55c87f(-0x120,-0xbb,-_0x36b1ba._0x28a793,-0x1b1)](_0x20f962,0x1ac7*-0x1+-0xcc1*0x3+0x5*0xd02),await new Promise(_0x13e879=>setTimeout(_0x13e879,0x16c+-0x658*0x5+-0x1eb*-0x10));}catch{if(_0x11d509[_0x55c87f(-0x112,-_0x36b1ba._0x2feb68,-0x13d,-_0x36b1ba._0x4f7d76)](_0x11d509[_0x50cc6c(-0x10f,-_0x36b1ba._0x1b10fa,-0xcc,-0x88)],_0x11d509[_0x50cc6c(-_0x36b1ba._0x333ff0,-_0x36b1ba._0x476919,-0xcc,-_0x36b1ba._0xa210b5)])){const _0xa32e1d={};return _0xa32e1d[_0x55c87f(-_0x36b1ba._0x56ffd2,-0xb7,-_0x36b1ba._0x2c5723,-_0x36b1ba._0x512d1c)]=![],_0xa32e1d[_0x50cc6c(-0xac,-_0x36b1ba._0xd17bb1,-0xe4,-0xf1)]=null,_0xa32e1d;}else break;}}try{process[_0x55c87f(-0x120,-_0x36b1ba._0x5571f8,-_0x36b1ba._0x426647,-_0x36b1ba._0x57bfe2)](_0x20f962,0xcb7+-0x1035+0x37e),console[_0x50cc6c(-_0x36b1ba._0x27ef6f,-0x192,-_0x36b1ba._0x4a5fc7,-0x13d)](_0x50cc6c(-0xe1,-_0x36b1ba._0x282050,-0xfd,-_0x36b1ba._0x3e142f)+_0x55c87f(-_0x36b1ba._0x32d018,-0x161,-0x84,-0x16e)+_0x55c87f(-0x6c,-_0x36b1ba._0xebad2e,-_0x36b1ba._0x16c05c,-_0x36b1ba._0x4a2a75)+_0x50cc6c(-0xf8,-0xf4,-0x143,-0x16e)+'..'),process[_0x50cc6c(-_0x36b1ba._0x2b7f72,-_0x36b1ba._0x56c53c,-_0x36b1ba._0x58779d,-0x6f)](_0x20f962,_0x11d509[_0x50cc6c(-_0x36b1ba._0x5c0515,-_0x36b1ba._0x558ab3,-_0x36b1ba._0x333ff0,-_0x36b1ba._0x2be8d5)]);}catch{}await _0x23e650['unlink'](PID_FILE)[_0x55c87f(-_0x36b1ba._0x1a332c,-_0x36b1ba._0x282050,-_0x36b1ba._0x1aad60,-0x193)](()=>{}),console[_0x50cc6c(-0x171,-0x169,-_0x36b1ba._0x4a5fc7,-_0x36b1ba._0x5b4231)](_0x11d509[_0x50cc6c(-0x5f,-0xc6,-0x51,-0xdd)]);}}catch(_0x1b330d){console[_0x50cc6c(-0xf4,-0xea,-0xe0,-0x145)](_0x55c87f(-0xf8,-_0x36b1ba._0x107419,-_0x36b1ba._0x3296c3,-_0x36b1ba._0x16322d)+'ping\x20serve'+_0x55c87f(-0xe1,-0xcb,-_0x36b1ba._0x2f6bf8,-_0x36b1ba._0xf8f2a5)+_0x1b330d['message']),process[_0x55c87f(-_0x36b1ba._0x3f19bf,-0xdb,-_0x36b1ba._0x822c8d,-_0x36b1ba._0x2257b7)](0xb*0x1fd+0x16b4+-0x1649*0x2);}}async function checkServerHealth(_0xca66f7){const _0x1eb99c={_0x29180a:0x2fb,_0x334170:0xe6,_0x494183:0x187,_0x464ca0:0x120,_0x2ed061:0x1e4,_0x55117e:0xea,_0x334b23:0xed,_0xf119d4:0x256,_0x127cb1:0x1fa,_0xbc6506:0x251,_0x56c8af:0x2de,_0x211ab1:0x166,_0xa8a4e0:0x154,_0x490b1c:0x169,_0x5f01bb:0x105,_0x15f655:0xc0,_0x4b75cf:0x209,_0x196734:0x211,_0x2253ce:0x1a8,_0x2ec2cf:0x1d9,_0x503f80:0x162,_0x1e74de:0xfe,_0x4e880d:0x2a5,_0xe2541:0x218,_0x1fd351:0x283,_0x2dcabe:0x23c,_0x28d9d5:0x201,_0x2734c5:0x259},_0x27ba4a={_0xa497fc:0x2e8,_0x491d74:0x2fd,_0xf0b6a0:0x330,_0x5f07cf:0x331,_0xad54b5:0x346,_0x58eb0b:0x323,_0x385397:0x256,_0x334045:0x274,_0x5d1513:0x232,_0x4f37e2:0x1c8,_0x1c7d35:0x238,_0x2d8b18:0x216,_0x210f2f:0x237},_0x19783a={_0x290e70:0x10d,_0xd020fd:0xf9,_0x48e6af:0x109,_0x2f0687:0x161,_0x4f22ac:0x10a,_0x5ad1c7:0xd3,_0x569399:0xeb,_0x3aa1bf:0x140,_0x4eba99:0x192,_0xc9eb66:0xdc,_0x3a2198:0x159,_0x324742:0xa8,_0x3d9c20:0x39,_0x2e3e94:0xf5,_0x3d2f43:0xa7,_0x5c484f:0x12b,_0x4bbee5:0x155,_0x4ca2db:0xb1,_0x10fb39:0x15a},_0x34bb64={_0x2484e0:0x182},_0x50f12a={_0x3e4f3a:0x1b8,_0x44f31b:0x195,_0xcea480:0x260},_0x3a5d7e={};_0x3a5d7e[_0xa1421a(0x387,0x362,_0x1eb99c._0x29180a,0x26a)]=_0x10b16d(-_0x1eb99c._0x334170,-0xc2,-0x157,-0xa6);function _0x10b16d(_0x523756,_0x1e5e27,_0x360713,_0x57b261){return _0x526bbd(_0x523756-_0x50f12a._0x3e4f3a,_0x1e5e27-_0x50f12a._0x44f31b,_0x57b261,_0x523756- -_0x50f12a._0xcea480);}_0x3a5d7e[_0x10b16d(-_0x1eb99c._0x494183,-0x148,-0x1a3,-0x1a2)]=function(_0x2412e8,_0xad17e){return _0x2412e8!==_0xad17e;},_0x3a5d7e[_0x10b16d(-0x198,-_0x1eb99c._0x464ca0,-_0x1eb99c._0x2ed061,-0x1cb)]=_0x10b16d(-0x161,-_0x1eb99c._0x55117e,-0x131,-_0x1eb99c._0x334b23),_0x3a5d7e[_0xa1421a(_0x1eb99c._0xf119d4,_0x1eb99c._0x127cb1,_0x1eb99c._0xbc6506,_0x1eb99c._0x56c8af)]=_0x10b16d(-0x156,-_0x1eb99c._0x211ab1,-_0x1eb99c._0xa8a4e0,-_0x1eb99c._0x490b1c),_0x3a5d7e['LfntE']='true',_0x3a5d7e[_0x10b16d(-0x144,-0x153,-_0x1eb99c._0x5f01bb,-_0x1eb99c._0x15f655)]=function(_0x5b6516,_0x4737ef){return _0x5b6516===_0x4737ef;},_0x3a5d7e['gzENH']=_0x10b16d(-0x1cc,-_0x1eb99c._0x4b75cf,-_0x1eb99c._0x196734,-_0x1eb99c._0x2253ce);function _0xa1421a(_0xd11552,_0x2cf39b,_0x46a067,_0x46eb82){return _0x7f93a2(_0x2cf39b,_0x2cf39b-0x31,_0x46a067-_0x34bb64._0x2484e0,_0x46a067-0x3ec);}_0x3a5d7e[_0xa1421a(0x1b4,0x22e,0x209,_0x1eb99c._0x2ec2cf)]=_0x10b16d(-_0x1eb99c._0x503f80,-0x15d,-_0x1eb99c._0x1e74de,-0x132),_0x3a5d7e[_0xa1421a(_0x1eb99c._0x4e880d,_0x1eb99c._0xe2541,0x275,_0x1eb99c._0x1fd351)]=_0xa1421a(_0x1eb99c._0x2dcabe,0x1e5,_0x1eb99c._0x28d9d5,_0x1eb99c._0x2734c5);const _0x26c376=_0x3a5d7e;return new Promise(_0x5ab4f5=>{const _0x11f2f2={_0x52a888:0x138,_0x5e9c86:0x39},_0x42f565={_0x7d4fe1:0x132,_0x295c61:0x12c,_0x57b2ea:0xe9,_0x1a9c22:0x8b,_0x52176c:0xbd,_0x4ec540:0xc,_0xcf108b:0x10d,_0x4b90dc:0x82,_0x208f49:0x159,_0x396b8a:0x125},_0x19443a={_0x5a9d43:0x133,_0x3437ee:0x18d,_0x285f9b:0x20b,_0x27cafd:0x164,_0x571cab:0x2c,_0xa4351e:0x48,_0x564926:0x1c1,_0x378f8c:0x21a,_0x568807:0x19f,_0x5317e7:0x9b,_0x3685b6:0xd9,_0x2af797:0x6c,_0x33bb76:0x47,_0x470b87:0xd1,_0xb86cd5:0x90,_0x5f0b96:0x21d,_0x149922:0x1b7,_0x4d9c57:0xa1,_0xee67d9:0x36,_0x14f6bd:0x1a8,_0xd1107f:0x19b,_0x3e5790:0x187,_0xe7840b:0x1b3,_0x5ad94e:0x1c0,_0x21d499:0x7,_0x36fafc:0x79,_0xe0b651:0x6b,_0x2c7c5d:0x32,_0x345f82:0x46,_0x675fbd:0xd,_0x1a699c:0xed,_0x185e55:0x125,_0x445199:0x12c,_0x596a36:0xfd,_0x49af34:0x55,_0x45157f:0xa,_0x434b7a:0x23,_0x144a36:0x36,_0x57a249:0x2,_0x3395dd:0x3d,_0x5687d6:0x39},_0x202280={_0x5f573b:0xf9},_0x1dc8bc={};_0x1dc8bc['timeout']=0x7d0;function _0x5823c9(_0x196c8e,_0x2318f4,_0x3cad5b,_0x3197a4){return _0x10b16d(_0x196c8e-0x3c0,_0x2318f4-0xcb,_0x3cad5b-0x86,_0x3197a4);}const _0x38428a=_0x40377d[_0x5823c9(_0x27ba4a._0xa497fc,0x2d4,_0x27ba4a._0x491d74,_0x27ba4a._0xf0b6a0)]('http://loc'+_0x183d74(_0x27ba4a._0x5f07cf,0x3c0,0x38a,0x40a)+_0xca66f7+_0x183d74(_0x27ba4a._0xad54b5,0x36e,_0x27ba4a._0x58eb0b,0x317),_0x1dc8bc,_0x43f06e=>{const _0x19dad2={_0x2e99ec:0x1c3,_0x2f23a5:0xac},_0xbfd9d3={_0x4f8af0:0x1c0},_0x33f3ca={_0xfdd377:0x2fe,_0x189cb3:0x2b4,_0x10b1c2:0x2f6},_0x437664={_0x312dc7:0x35,_0x3366c6:0x23b},_0x227e2b={'jaISf':_0x26c376[_0x6ad85e(0x14d,_0x42f565._0x7d4fe1,0x1b3,_0x42f565._0x295c61)],'PFwrx':function(_0x2bb09d,_0x4a3833){function _0x27ca1e(_0x42ee1e,_0x2e3e13,_0x3cc6f9,_0x27b81d){return _0x6ad85e(_0x42ee1e-0x11b,_0x2e3e13-_0x437664._0x312dc7,_0x27b81d,_0x3cc6f9-_0x437664._0x3366c6);}return _0x26c376[_0x27ca1e(_0x33f3ca._0xfdd377,0x2a9,_0x33f3ca._0x189cb3,_0x33f3ca._0x10b1c2)](_0x2bb09d,_0x4a3833);},'qtINK':_0x26c376[_0x1566e0(_0x42f565._0x57b2ea,_0x42f565._0x1a9c22,0xeb,_0x42f565._0x52176c)],'kGyjy':function(_0x416633,_0x582d3f){return _0x416633(_0x582d3f);},'IygJh':'YYsPh','LuQsy':function(_0x3bccb0,_0x11cf7a){return _0x3bccb0(_0x11cf7a);}};let _0x241f9f='';function _0x6ad85e(_0x4eb94f,_0xce6c70,_0x56c8bc,_0x162ff6){return _0x5823c9(_0x162ff6- -_0xbfd9d3._0x4f8af0,_0xce6c70-0x156,_0x56c8bc-0xf7,_0x56c8bc);}_0x43f06e['on'](_0x26c376[_0x6ad85e(0x108,_0x42f565._0x4ec540,_0x42f565._0xcf108b,_0x42f565._0x4b90dc)],_0x5e43af=>_0x241f9f+=_0x5e43af);function _0x1566e0(_0x4cc2f8,_0x23c9d1,_0x315121,_0x5843e7){return _0x5823c9(_0x23c9d1- -0x19d,_0x23c9d1-0x3f,_0x315121-_0x202280._0x5f573b,_0x5843e7);}_0x43f06e['on'](_0x1566e0(_0x42f565._0x208f49,_0x42f565._0x396b8a,0xeb,0x112),()=>{const _0x49779a={_0x250b4b:0x108,_0x32cf11:0x64};function _0x870f16(_0x2e2af9,_0x4db22d,_0x59339e,_0x5e9477){return _0x1566e0(_0x2e2af9-_0x49779a._0x250b4b,_0x4db22d-0xcd,_0x59339e-_0x49779a._0x32cf11,_0x2e2af9);}const _0x5d36df={};function _0x3c9ae2(_0x2eeaf3,_0x2d663d,_0x3e3467,_0x3a59ac){return _0x1566e0(_0x2eeaf3-_0x19dad2._0x2e99ec,_0x3a59ac- -_0x19dad2._0x2f23a5,_0x3e3467-0x149,_0x2d663d);}_0x5d36df['YPeEA']=_0x227e2b[_0x870f16(_0x19443a._0x5a9d43,_0x19443a._0x3437ee,_0x19443a._0x285f9b,_0x19443a._0x27cafd)];const _0x42f3ef=_0x5d36df;if(_0x227e2b[_0x3c9ae2(0x24,-_0x19443a._0x571cab,-0xb2,-_0x19443a._0xa4351e)](_0x870f16(0x170,_0x19443a._0x564926,_0x19443a._0x378f8c,_0x19443a._0x568807),_0x227e2b['qtINK']))try{if(_0x227e2b[_0x3c9ae2(-_0x19443a._0x5317e7,-0xc6,-_0x19443a._0x3685b6,-0x48)](_0x3c9ae2(_0x19443a._0x2af797,-_0x19443a._0x33bb76,-0x33,0x42),'CgalQ'))_0x34fba2[_0x870f16(0x148,0x18e,0x1a7,0x16b)](_0x3c9ae2(-_0x19443a._0x470b87,-_0x19443a._0xb86cd5,-0xc7,-0x42)+_0x870f16(_0x19443a._0x5f0b96,_0x19443a._0x149922,0x1f0,0x18c)+_0x4ff905[_0x3c9ae2(-0x21,-_0x19443a._0x4d9c57,-0x61,-_0x19443a._0xee67d9)]);else{const _0x3abb4d=JSON['parse'](_0x241f9f);_0x227e2b[_0x870f16(_0x19443a._0x14f6bd,0x173,0x204,0x1eb)](_0x5ab4f5,{'responding':!![],'service':_0x3abb4d[_0x870f16(0x203,_0x19443a._0xd1107f,0x216,_0x19443a._0x3e5790)]||_0x227e2b['jaISf']});}}catch{if(_0x227e2b[_0x870f16(_0x19443a._0xe7840b,0x131,0xe0,0x1ba)](_0x227e2b[_0x870f16(0x19b,_0x19443a._0x5ad94e,0x177,0x182)],_0x3c9ae2(-0x68,-0x21,0x95,_0x19443a._0x21d499))){const _0x23f71a=_0x1e8a15[_0x3c9ae2(-_0x19443a._0x36fafc,0x26,-_0x19443a._0xe0b651,-0x51)](_0x48b9cd),_0x1d0a2b={};_0x1d0a2b[_0x3c9ae2(0x4e,_0x19443a._0x2c7c5d,-_0x19443a._0x345f82,_0x19443a._0x675fbd)]=!![],_0x1d0a2b['service']=_0x23f71a['service']||_0x42f3ef['YPeEA'],_0x433b22(_0x1d0a2b);}else _0x227e2b[_0x870f16(_0x19443a._0x1a699c,_0x19443a._0x185e55,_0x19443a._0x445199,_0x19443a._0x596a36)](_0x5ab4f5,{'responding':!![],'service':_0x227e2b['jaISf']});}else _0x382610['error']('Error:\x20Set'+_0x3c9ae2(-_0x19443a._0x49af34,_0x19443a._0x45157f,-_0x19443a._0x434b7a,_0x19443a._0x144a36)+_0x3c9ae2(-_0x19443a._0x57a249,_0x19443a._0x345f82,-0x55,-_0x19443a._0x3395dd)+_0x3c9ae2(-0x44,-0x63,-0xc6,-_0x19443a._0x5687d6)+_0x46a324),_0x1ef3d8['exit'](0x1*0x16dd+0x7*0x182+-0x216a*0x1);});}),_0x2c3a70={};function _0x183d74(_0x3953d3,_0x243115,_0x3049ed,_0x5be7d4){return _0x10b16d(_0x243115-0x4b6,_0x243115-0x171,_0x3049ed-0x88,_0x3049ed);}_0x2c3a70[_0x5823c9(_0x27ba4a._0x385397,0x27e,_0x27ba4a._0x334045,0x267)]=![],_0x38428a['on'](_0x26c376[_0x5823c9(0x1fa,_0x27ba4a._0x5d1513,0x19f,_0x27ba4a._0x4f37e2)],()=>_0x5ab4f5(_0x2c3a70)),_0x38428a['on'](_0x26c376[_0x5823c9(0x266,_0x27ba4a._0x1c7d35,_0x27ba4a._0x2d8b18,_0x27ba4a._0x210f2f)],()=>{const _0x5e1aa2={_0x235af3:0x16b,_0x5b2040:0x8a};function _0x359c9c(_0xc22639,_0xdcee9e,_0x13abd,_0x486839){return _0x183d74(_0xc22639-_0x11f2f2._0x52a888,_0x13abd- -0x445,_0xdcee9e,_0x486839-_0x11f2f2._0x5e9c86);}function _0xda2414(_0x326cd1,_0x4c4add,_0x495b3d,_0x172980){return _0x183d74(_0x326cd1-_0x5e1aa2._0x235af3,_0x172980- -0x248,_0x4c4add,_0x172980-_0x5e1aa2._0x5b2040);}const _0x197c06={};_0x197c06[_0x359c9c(-_0x19783a._0x290e70,-_0x19783a._0xd020fd,-_0x19783a._0x48e6af,-0x11b)]=_0x26c376[_0xda2414(0x5e,0xd5,_0x19783a._0x2f0687,0xe3)];const _0x4f148b=_0x197c06;if(_0x26c376['fQaLH'](_0x26c376[_0xda2414(_0x19783a._0x4f22ac,_0x19783a._0x5ad1c7,_0x19783a._0x569399,0x159)],_0x26c376[_0xda2414(_0x19783a._0x3aa1bf,_0x19783a._0x4eba99,_0x19783a._0xc9eb66,_0x19783a._0x3a2198)])){_0x38428a[_0xda2414(_0x19783a._0x324742,_0x19783a._0x3d9c20,_0x19783a._0x2e3e94,_0x19783a._0x3d2f43)]();const _0x51dda4={};_0x51dda4[_0xda2414(0x186,_0x19783a._0x5c484f,_0x19783a._0x4bbee5,0x104)]=![],_0x5ab4f5(_0x51dda4);}else _0x4628f0[_0x359c9c(-0x139,-_0x19783a._0x4bbee5,-0xd9,-0xf3)+'Y']=_0x4f148b[_0x359c9c(-0x116,-_0x19783a._0x4ca2db,-0x109,-_0x19783a._0x10fb39)];});});}export async function showStatus(){const _0x1d444b={_0xad3eb3:0x4b3,_0x1186ce:0x415,_0x3183be:0x4e1,_0x3e0fc7:0x3b1,_0x2df927:0x397,_0x468a00:0x368,_0x2ccd0a:0x2dd,_0x1c5bf0:0x30d,_0x20aa6f:0x2b1,_0x30a128:0x29e,_0x464654:0x317,_0x38d665:0x285,_0x2a329c:0x311,_0x457e21:0x3cd,_0x18d9a5:0x416,_0x13e650:0x2d6,_0x174fad:0x2af,_0x81d824:0x29e,_0x38a866:0x313,_0x38b177:0x3d2,_0x1c8677:0x3b4,_0x115a11:0x3bc,_0x47c67f:0x28f,_0x4b9daa:0x49a,_0x174758:0x400,_0x1cd3ef:0x43f,_0x2b0e20:0x344,_0x398311:0x4c5,_0x4b6f1f:0x49b,_0x48aa94:0x2b5,_0x15ede8:0x27b,_0x5b3b6c:0x48a,_0x45c749:0x4cc,_0x3c6b9a:0x1ee,_0x1cfaa0:0x27f,_0x4551f4:0x279,_0x105135:0x283,_0x549ca5:0x481,_0x2d229a:0x48f,_0x1ce586:0x492,_0x1abc19:0x44d,_0x3045af:0x4c1,_0x4e17b0:0x365,_0x36cdf9:0x3e2,_0x2b35e6:0x4db,_0x5a376a:0x505,_0x15f31b:0x4a7,_0x22cc17:0x526,_0x1b04cd:0x206,_0x2af7fc:0x276,_0x50c50a:0x33c,_0x198773:0x4fd,_0x217850:0x53e,_0x5c7087:0x4bd,_0x4c9789:0x44d,_0x17828d:0x3ef,_0x29f67d:0x2ac,_0x3cb6b3:0x282,_0x3adbff:0x341,_0x1e914:0x3f5,_0x301408:0x3c7,_0x2a7e3d:0x3b6,_0x17bb13:0x457,_0x20cd01:0x42d,_0x49d13f:0x2ba,_0x3e5d30:0x246,_0x52fcb7:0x1f4,_0x14540b:0x479,_0x55ef1e:0x463,_0x19ef66:0x415,_0x11c60f:0x27a,_0x1a9b43:0x2c3,_0x5ac821:0x480,_0x364cc6:0x3ec,_0x10add7:0x31d,_0x40d9a4:0x23f,_0x5dfb35:0x291,_0x10f1f2:0x229,_0x1d1ab9:0x27c,_0x5c86d3:0x2e2,_0x1d32c3:0x334,_0x1c7d70:0x2dc,_0x285e6f:0x329,_0x34d7a0:0x301,_0x803918:0x350,_0x4af3d1:0x20e,_0xf66d9f:0x2ae,_0x1d3983:0x29d,_0x9b61d7:0x393,_0x5eae4b:0x3f1,_0x1ecda6:0x40b,_0x4520b3:0x33f,_0x2a1092:0x446,_0x443e68:0x423,_0x36f5cf:0x3f4,_0x78a70c:0x43a,_0x2fe763:0x228,_0x52d634:0x444,_0x31bfa7:0x414,_0x57e4cc:0x491,_0x33bda3:0x3b2,_0x26dda9:0x3c4,_0x4fb281:0x3af,_0x2531f7:0x383,_0x22c6d9:0x42c,_0x1aa1db:0x3c0,_0x5cf959:0x3c5,_0xa9c5e1:0x34a,_0x37b144:0x3ab,_0xccec36:0x1e8,_0x18b2de:0x20b,_0x10ef9a:0x2cd,_0x280ad1:0x374,_0x4e50ac:0x47d,_0x2178a4:0x405,_0x5a4bd2:0x427,_0xbeed30:0x3c0,_0x3b6165:0x409,_0x2f67b7:0x377,_0x40f61f:0x269,_0x1ac501:0x2ea,_0x15cfda:0x2b8,_0x1f1e24:0x443,_0x4fc0fb:0x432,_0x4f3484:0x3ab,_0x361dea:0x423,_0x3ba9df:0x306,_0x243583:0x389,_0x4f09ea:0x3d4,_0x166e1d:0x410,_0x325811:0x2b0,_0x33adc3:0x22c,_0xbf5569:0x4a9,_0x20321b:0x4f4,_0x163641:0x1ec,_0x5322d6:0x1fa,_0x12463d:0x22e,_0x2a343c:0x288,_0x3c9d31:0x22c,_0x48d12b:0x28a,_0x5a89b8:0x247,_0x4d3624:0x26b,_0x4f4dca:0x30c,_0x5b7acc:0x1f8,_0x57dff4:0x21a,_0x5a0110:0x25e,_0x59839b:0x22e,_0x1bdb6f:0x277,_0x2aaaeb:0x347,_0x494e48:0x364,_0x572d45:0x25b,_0x382aa3:0x22e,_0x8c7241:0x494,_0x3707a0:0x4b1,_0x398f88:0x45c,_0x4439a7:0x465,_0x12d78b:0x3b1,_0x143c7b:0x419,_0x393e29:0x400,_0x48dc93:0x3f8,_0x2c9bdb:0x234,_0x3c707d:0x23b,_0x2703d6:0x46f,_0x447e1e:0x3c6,_0x297d11:0x2b9,_0x4a9293:0x281,_0xc747a4:0x28a,_0x4ee6ff:0x25b,_0xe51fec:0x22e,_0x4a28e6:0x2f2,_0x21614d:0x305,_0x23d09e:0x233,_0x2938bf:0x2bb,_0x3423b1:0x539,_0x2f667c:0x4ae,_0x27a2f9:0x1da,_0x12652d:0x23f,_0x1aba47:0x262,_0x1735f1:0x2cf,_0x1b5724:0x291,_0x1c7174:0x231,_0x2dc607:0x401,_0x964da3:0x4a0,_0x4aa3f5:0x414,_0x4b978a:0x371,_0x5245b1:0x320,_0x1948ca:0x38a,_0x36124e:0x3c0,_0xd790d4:0x3e6,_0x3be482:0x346,_0x326922:0x2d9,_0x2c94f5:0x330,_0x563cc0:0x411,_0x164033:0x340,_0x4d3ef7:0x32f,_0x7059ac:0x3f1,_0x182d6e:0x39e,_0xe91433:0x3c0,_0x40b755:0x36f,_0x54c0c2:0x407,_0x3fb0b0:0x3cb,_0x4c930b:0x4b3,_0x40b91b:0x27e,_0x3f86f0:0x1b7,_0x3af3e5:0x275,_0x1affe1:0x228,_0x2dbec1:0x495,_0x560b7d:0x3fb,_0x20efb0:0x43c,_0x150467:0x414,_0x5cbd41:0x3ea,_0x455166:0x28b,_0x14b44c:0x212,_0x498058:0x22e,_0x4ec380:0x355,_0x25cd18:0x3c9,_0x46039a:0x3a3},_0x3ad8bf={_0x445d5e:0x14c};function _0x1d3d83(_0x2acf4f,_0x556c84,_0x1374b8,_0xd730aa){return _0x7f93a2(_0x2acf4f,_0x556c84-0x80,_0x1374b8-0x1ad,_0x1374b8-0x59b);}const _0xcca6ae={'DOPPd':_0x1d3d83(_0x1d444b._0xad3eb3,_0x1d444b._0x1186ce,0x498,_0x1d444b._0x3183be),'ihFRA':function(_0xf6ada1){return _0xf6ada1();},'ttEvJ':function(_0x4672b8){return _0x4672b8();},'uKRrz':'CoderFlow\x20'+_0x1d3d83(0x349,0x32c,_0x1d444b._0x3e0fc7,0x36c)+'tus:','qpzBr':function(_0x41c796,_0x21f428){return _0x41c796!==_0x21f428;},'tpPHw':'KDXFG','TPRyN':_0x11349d(0x367,_0x1d444b._0x2df927,_0x1d444b._0x468a00,0x322),'hKMCR':_0x11349d(0x245,0x279,0x265,0x27a),'zajWo':'QSORP','Wqunu':'OpRtI','FHLFO':function(_0x26b026,_0x1fa4ef){return _0x26b026===_0x1fa4ef;},'iQNgn':'duCAj','AThOz':_0x11349d(_0x1d444b._0x2ccd0a,_0x1d444b._0x1c5bf0,0x28b,_0x1d444b._0x20aa6f),'UIwdO':_0x11349d(_0x1d444b._0x30a128,_0x1d444b._0x464654,_0x1d444b._0x38d665,0x30d)+_0x11349d(_0x1d444b._0x2a329c,0x2e3,0x2e8,0x2a6)+'h:','OpDOx':_0x1d3d83(0x406,0x45d,0x45e,0x3d3)+_0x1d3d83(_0x1d444b._0x457e21,0x445,0x44d,_0x1d444b._0x18d9a5)+_0x11349d(_0x1d444b._0x13e650,_0x1d444b._0x174fad,_0x1d444b._0x81d824,_0x1d444b._0x38a866)+_0x1d3d83(0x3f0,_0x1d444b._0x38b177,_0x1d444b._0x1c8677,_0x1d444b._0x115a11),'EVjAq':_0x11349d(0x224,0x224,_0x1d444b._0x47c67f,0x288)+'rver\x20start'+_0x1d3d83(_0x1d444b._0x4b9daa,_0x1d444b._0x174758,0x47f,_0x1d444b._0x1cd3ef)+_0x11349d(0x346,0x27b,_0x1d444b._0x2b0e20,0x2f8)+_0x1d3d83(0x505,_0x1d444b._0x398311,_0x1d444b._0x4b6f1f,0x495)+'etup','PFvsM':_0x11349d(0x2b5,_0x1d444b._0x48aa94,_0x1d444b._0x15ede8,0x24f)+_0x1d3d83(0x4ff,_0x1d444b._0x5b3b6c,0x4bc,_0x1d444b._0x45c749)+':','tqtha':_0x11349d(0x27f,0x22f,_0x1d444b._0x3c6b9a,0x26b)+_0x11349d(_0x1d444b._0x1cfaa0,0x2f9,_0x1d444b._0x4551f4,_0x1d444b._0x105135)+'\x20foregroun'+_0x1d3d83(_0x1d444b._0x549ca5,_0x1d444b._0x2d229a,_0x1d444b._0x1ce586,_0x1d444b._0x1abc19),'suLvI':'Stop\x20it\x20wi'+'th\x20Ctrl+C\x20'+_0x1d3d83(_0x1d444b._0x3045af,0x4bb,0x46c,0x499)+'minal\x20wher'+_0x1d3d83(0x3fc,_0x1d444b._0x4e17b0,_0x1d444b._0x36cdf9,0x3d0)+_0x1d3d83(_0x1d444b._0x2b35e6,_0x1d444b._0x5a376a,_0x1d444b._0x15f31b,_0x1d444b._0x22cc17)},{running:_0xd19258,pid:_0x491f44}=await _0xcca6ae['ihFRA'](isServerRunning),_0x107800=await _0xcca6ae[_0x11349d(0x2dd,0x2ab,0x2e3,0x31e)](getServerConfig),_0x427c51=await checkServerHealth(_0x107800[_0x11349d(0x287,_0x1d444b._0x1b04cd,0x2a9,_0x1d444b._0x2af7fc)]);console[_0x1d3d83(0x40e,_0x1d444b._0x50c50a,0x3c0,0x424)](_0xcca6ae[_0x1d3d83(_0x1d444b._0x198773,_0x1d444b._0x217850,_0x1d444b._0x3045af,_0x1d444b._0x5c7087)]),console[_0x1d3d83(0x360,_0x1d444b._0x4c9789,0x3c0,_0x1d444b._0x17828d)]('');function _0x11349d(_0x1d095b,_0x3e04d3,_0x383ecf,_0x5dc013){return _0x7f93a2(_0x3e04d3,_0x3e04d3-_0x3ad8bf._0x445d5e,_0x383ecf-0x158,_0x5dc013-0x409);}if(_0xd19258&&_0x427c51[_0x11349d(0x30d,_0x1d444b._0x29f67d,0x2ce,_0x1d444b._0x3cb6b3)])console[_0x1d3d83(_0x1d444b._0x3adbff,0x379,0x3c0,0x38d)]('\x20\x20Status:\x20'+_0x1d3d83(_0x1d444b._0x1e914,_0x1d444b._0x301408,0x3cd,_0x1d444b._0x2a7e3d)+_0x1d3d83(0x453,0x40d,_0x1d444b._0x17bb13,_0x1d444b._0x20cd01)+'on)'),console[_0x11349d(_0x1d444b._0x49d13f,_0x1d444b._0x3e5d30,_0x1d444b._0x52fcb7,0x22e)](_0x1d3d83(_0x1d444b._0x14540b,_0x1d444b._0x55ef1e,0x497,_0x1d444b._0x19ef66)+_0x11349d(_0x1d444b._0x11c60f,_0x1d444b._0x1a9b43,0x299,0x262)+_0x491f44),console['log']('\x20\x20URL:\x20\x20\x20\x20'+_0x1d3d83(0x3e6,_0x1d444b._0x5ac821,0x3f4,_0x1d444b._0x364cc6)+_0x107800[_0x11349d(_0x1d444b._0x10add7,_0x1d444b._0x40d9a4,0x21f,_0x1d444b._0x5dfb35)]);else{if(_0x427c51[_0x11349d(_0x1d444b._0x10f1f2,_0x1d444b._0x1d1ab9,_0x1d444b._0x5c86d3,_0x1d444b._0x3cb6b3)]){if(_0xcca6ae[_0x11349d(_0x1d444b._0x1d32c3,_0x1d444b._0x1c7d70,_0x1d444b._0x285e6f,0x338)](_0xcca6ae['tpPHw'],_0xcca6ae[_0x11349d(_0x1d444b._0x34d7a0,0x2dc,0x35a,0x30e)]))console[_0x1d3d83(0x355,_0x1d444b._0x803918,0x3c0,0x3d0)](_0x11349d(0x292,0x1a1,_0x1d444b._0x4af3d1,0x22c)+_0x11349d(_0x1d444b._0xf66d9f,0x274,0x29f,0x23b)+_0x11349d(0x304,_0x1d444b._0x1d3983,0x2b7,0x2b8)+_0x1d3d83(0x46b,_0x1d444b._0x9b61d7,0x3ef,0x363)),console[_0x1d3d83(_0x1d444b._0x5eae4b,0x447,0x3c0,_0x1d444b._0x1ecda6)](_0x11349d(0x2a1,_0x1d444b._0x4520b3,0x394,0x329)+_0x1d3d83(_0x1d444b._0x2a1092,_0x1d444b._0x443e68,_0x1d444b._0x36f5cf,_0x1d444b._0x78a70c)+_0x107800[_0x11349d(_0x1d444b._0x2fe763,0x28a,_0x1d444b._0x10f1f2,0x291)]);else{const _0x260968={};_0x260968[_0x1d3d83(_0x1d444b._0x52d634,0x460,_0x1d444b._0x31bfa7,_0x1d444b._0x57e4cc)]=!![],_0x260968[_0x1d3d83(_0x1d444b._0x33bda3,0x468,0x429,0x492)]=_0xcca6ae[_0x1d3d83(0x382,0x387,_0x1d444b._0x26dda9,_0x1d444b._0x4fb281)],_0x285fce(_0x260968);}}else _0xd19258?_0xcca6ae['hKMCR']!=='NmzIk'?(console[_0x1d3d83(_0x1d444b._0x2531f7,_0x1d444b._0x22c6d9,_0x1d444b._0x1aa1db,_0x1d444b._0x5cf959)](_0x1d3d83(_0x1d444b._0xa9c5e1,_0x1d444b._0x37b144,0x3be,0x3b1)+_0x11349d(_0x1d444b._0xccec36,0x1de,_0x1d444b._0x18b2de,0x241)+_0x11349d(0x351,0x38e,_0x1d444b._0x10ef9a,0x317)+_0x1d3d83(0x3d8,_0x1d444b._0x280ad1,0x3dc,0x40c)+_0x11349d(0x268,_0x1d444b._0x803918,0x357,0x2ce)+_0x1d3d83(_0x1d444b._0x4e50ac,0x433,0x3f0,_0x1d444b._0x2178a4)),console['log']('\x20\x20Stale\x20PI'+_0x1d3d83(0x352,0x447,0x3db,0x3a3)+_0x491f44)):(_0x1e4964[_0x1d3d83(_0x1d444b._0x5a4bd2,0x3dc,_0x1d444b._0xbeed30,_0x1d444b._0x3b6165)]('\x20\x20Status:\x20'+_0x1d3d83(0x43f,_0x1d444b._0x2f67b7,0x3cd,0x351)+_0x11349d(_0x1d444b._0x40f61f,0x31e,_0x1d444b._0x1ac501,_0x1d444b._0x15cfda)+'ground)'),_0x2152b9[_0x1d3d83(0x3f3,_0x1d444b._0x26dda9,0x3c0,_0x1d444b._0x1f1e24)]('\x20\x20URL:\x20\x20\x20\x20'+_0x1d3d83(_0x1d444b._0x4fc0fb,0x3db,0x3f4,0x37f)+_0x1533f7[_0x1d3d83(_0x1d444b._0x2178a4,_0x1d444b._0x4f3484,_0x1d444b._0x361dea,0x46d)])):_0xcca6ae['qpzBr'](_0xcca6ae['zajWo'],_0xcca6ae[_0x11349d(0x292,_0x1d444b._0x5c86d3,_0x1d444b._0x3ba9df,0x2f9)])?console[_0x1d3d83(_0x1d444b._0x243583,_0x1d444b._0x4f09ea,0x3c0,_0x1d444b._0x166e1d)](_0x11349d(_0x1d444b._0x325811,0x1e8,0x1ac,_0x1d444b._0x33adc3)+_0x1d3d83(_0x1d444b._0xbf5569,0x428,0x4a2,_0x1d444b._0x20321b)+'\x20running'):(_0x342916[_0x11349d(_0x1d444b._0x163641,_0x1d444b._0x5322d6,0x24d,_0x1d444b._0x12463d)](_0x11349d(_0x1d444b._0x2a343c,0x1e2,0x235,_0x1d444b._0x3c9d31)+'\x20\x20\x20\x20\x20⚠\x20Sta'+_0x11349d(0x380,_0x1d444b._0x48d12b,0x33c,0x317)+_0x11349d(_0x1d444b._0x174fad,_0x1d444b._0x5a89b8,0x1e0,0x24a)+_0x11349d(_0x1d444b._0x4d3624,_0x1d444b._0x4f4dca,0x275,0x2ce)+_0x11349d(_0x1d444b._0x5b7acc,_0x1d444b._0x57dff4,0x29d,_0x1d444b._0x5a0110)),_0x3d2933[_0x11349d(0x2b5,0x21e,_0x1d444b._0x59839b,0x22e)]('\x20\x20Stale\x20PI'+_0x11349d(_0x1d444b._0x1bdb6f,0x231,0x213,0x249)+_0x5ca00b));}_0x107800[_0x11349d(0x298,_0x1d444b._0x2aaaeb,_0x1d444b._0x494e48,0x320)]?console[_0x11349d(0x1d6,_0x1d444b._0x572d45,0x1d9,_0x1d444b._0x382aa3)]('\x20\x20Setup\x20Pa'+_0x1d3d83(0x4a9,_0x1d444b._0x8c7241,_0x1d444b._0x3707a0,0x50d)+_0x107800[_0x1d3d83(0x45b,_0x1d444b._0x398f88,0x4b2,0x432)]):_0xcca6ae[_0x1d3d83(_0x1d444b._0x4439a7,0x486,0x431,_0x1d444b._0x12d78b)](_0xcca6ae['iQNgn'],_0xcca6ae['AThOz'])?(_0x25ddf1[_0x1d3d83(0x407,0x3e3,_0x1d444b._0x1aa1db,_0x1d444b._0x143c7b)](_0x1d3d83(_0x1d444b._0x393e29,0x344,0x3be,_0x1d444b._0x48dc93)+_0x11349d(_0x1d444b._0x2c9bdb,0x279,0x1b4,_0x1d444b._0x3c707d)+_0x1d3d83(_0x1d444b._0x2703d6,0x422,_0x1d444b._0x17bb13,_0x1d444b._0x447e1e)+_0x11349d(0x281,_0x1d444b._0x297d11,_0x1d444b._0x4a9293,0x230)),_0x8f70c5[_0x11349d(_0x1d444b._0x3c707d,_0x1d444b._0xc747a4,_0x1d444b._0x4ee6ff,_0x1d444b._0xe51fec)](_0x11349d(_0x1d444b._0x4a28e6,0x309,0x34d,_0x1d444b._0x21614d)+_0x11349d(0x269,_0x1d444b._0x23d09e,_0x1d444b._0x2938bf,0x262)+_0x1a3298),_0x3e1862['log'](_0x1d3d83(_0x1d444b._0x3423b1,0x50b,0x4bb,_0x1d444b._0x2f667c)+_0x11349d(_0x1d444b._0x27a2f9,0x277,_0x1d444b._0x12652d,_0x1d444b._0x1aba47)+_0x2dc253[_0x11349d(0x283,_0x1d444b._0x1735f1,0x2b1,_0x1d444b._0x1b5724)])):console['log'](_0x11349d(0x28e,0x29f,0x2b3,_0x1d444b._0x1c7174)+'th:\x20\x20(not\x20'+_0x1d3d83(_0x1d444b._0x2dc607,_0x1d444b._0x964da3,0x447,0x48c)+')');console['log']('\x20\x20Port:\x20\x20\x20'+_0x1d3d83(0x3cd,0x3b7,_0x1d444b._0x36f5cf,0x3c7)+_0x107800['port']),console[_0x1d3d83(0x344,0x3f7,0x3c0,_0x1d444b._0x457e21)]('');const _0x1fa27d=_0xd19258||_0x427c51[_0x1d3d83(0x38e,0x40a,_0x1d444b._0x4aa3f5,0x3f6)];if(!_0x1fa27d&&_0x107800[_0x11349d(_0x1d444b._0x4b978a,0x2a5,_0x1d444b._0x1c5bf0,_0x1d444b._0x5245b1)])console[_0x1d3d83(_0x1d444b._0x1948ca,0x343,_0x1d444b._0x36124e,0x3dc)](_0xcca6ae['UIwdO']),console['log'](_0x1d3d83(0x435,_0x1d444b._0xd790d4,0x41a,0x39f)+_0x11349d(0x2c2,_0x1d444b._0x3be482,_0x1d444b._0x326922,0x331));else{if(!_0x1fa27d)console[_0x1d3d83(_0x1d444b._0x2c94f5,_0x1d444b._0x563cc0,0x3c0,_0x1d444b._0x164033)](_0xcca6ae[_0x11349d(0x33d,_0x1d444b._0x4d3ef7,0x2ee,0x2b2)]),console[_0x1d3d83(_0x1d444b._0x7059ac,_0x1d444b._0x182d6e,_0x1d444b._0xe91433,_0x1d444b._0x40b755)](_0xcca6ae[_0x1d3d83(_0x1d444b._0x54c0c2,_0x1d444b._0x3fb0b0,_0x1d444b._0x5a4bd2,_0x1d444b._0x4c930b)]);else _0xd19258?(console[_0x11349d(0x2b0,_0x1d444b._0x3c707d,_0x1d444b._0x40b91b,_0x1d444b._0x59839b)](_0xcca6ae['PFvsM']),console[_0x11349d(_0x1d444b._0x3f86f0,_0x1d444b._0x3af3e5,_0x1d444b._0x1affe1,0x22e)](_0x1d3d83(0x3e4,_0x1d444b._0x2dbec1,0x41a,0x418)+_0x1d3d83(0x489,0x46c,_0x1d444b._0x560b7d,_0x1d444b._0x20efb0))):(console['log'](_0xcca6ae[_0x1d3d83(_0x1d444b._0x150467,0x4bd,0x442,_0x1d444b._0x5cbd41)]),console[_0x11349d(_0x1d444b._0x455166,_0x1d444b._0x14b44c,0x200,_0x1d444b._0x498058)](_0xcca6ae[_0x1d3d83(0x420,_0x1d444b._0x4ec380,_0x1d444b._0x25cd18,_0x1d444b._0x46039a)]));}}export async function showLogs(_0xc71d05){const _0x7023a5={_0x4dfdb0:0x489,_0xd538b4:0x102,_0x1d275a:0xcb,_0x4be48a:0x463,_0xed06f9:0x470,_0x253493:0x430,_0x35ba6a:0x4d9,_0x342420:0x504,_0x554dc8:0x52f,_0x1df3a9:0x542,_0x419ecb:0x57d,_0x583c89:0x51a,_0x312214:0x57c,_0x4776cc:0x460,_0xb1678b:0x1b5,_0x344d59:0x167,_0xe59d52:0x12f,_0x1c4334:0x208,_0xa30a7a:0x1b1,_0x4db3c4:0x528,_0x177c9d:0x133,_0x53b2cd:0x473,_0x5ba807:0x4b8,_0x1c4a99:0x4a4,_0x114e41:0x176,_0x1ea545:0x11b,_0x160d6c:0x159,_0xbb7f0b:0x4ca,_0x42c4a9:0x482,_0x3156e7:0x46b,_0x2dc3f1:0xd2,_0x12700e:0x137,_0x50ba2d:0x9e,_0x16ac79:0x10d,_0xfba45e:0x4fb,_0x41a1a9:0x138,_0x1354d2:0x160,_0x570c31:0xf0,_0x2e1434:0x1de,_0xa2280:0x17c,_0x5aee1a:0x401,_0x45e889:0x433,_0x37b224:0x517,_0x5dcbf1:0x90,_0xcab8ab:0x6a,_0x5e9a17:0x8c,_0x3e5222:0xdd,_0x4152e0:0x107,_0x3e7de4:0xc0,_0x15afce:0x42e,_0xac9dba:0x422,_0x5081d9:0x55d,_0x2b71b7:0x4ce,_0x5fae09:0x435,_0x497792:0x1a0,_0x1a9e35:0x20f,_0x1b96ca:0x1c7,_0x1ac7bd:0x4c1,_0x12a989:0x55b,_0x32e125:0x1b7,_0x37d20d:0x1ae,_0x357033:0x4a5,_0x5740f5:0x55f,_0x2be00b:0x530,_0x2389a1:0x516,_0x3faf76:0x19d,_0x1d992d:0x12c,_0x2cfc36:0xb6,_0x99b186:0x13c,_0x5cfbbb:0x44e,_0xd47ac4:0x435,_0x59f0da:0x4ae,_0x568672:0x531,_0x2065c7:0x229,_0x2635cb:0x220,_0x33b18a:0x133,_0x3cd0cd:0xad,_0x49c1e8:0x4f8,_0x42d612:0x51d,_0x396f45:0xf6,_0x2d96d9:0x12d,_0xdf17fa:0xc4,_0x49a400:0x122,_0x4772e7:0x144,_0x5ca610:0x15f,_0x384a6b:0x113,_0x18a4ae:0x19a,_0xd97ccb:0x400,_0x2415f7:0x1ad,_0x26c63d:0x1ee,_0x2e725d:0x1b9,_0x3bbd4f:0x1bb,_0x1c2534:0x10b,_0x32d7f2:0xba,_0x2709e1:0x197,_0x44620a:0x196,_0xfc65ee:0xbf,_0x2a70df:0xc3,_0x1845f2:0x492,_0x2eecc5:0x499,_0x13cead:0xcd,_0x2ad59f:0x14e,_0x1257ab:0x413,_0x26c864:0x403,_0xf73234:0x4c0,_0x2e3553:0x4f0,_0x55ab1f:0x53c,_0x4d0b85:0x4b9,_0x2871d2:0x4e1,_0x22f294:0x5a,_0x465c4c:0x19b,_0x35b659:0x1c7,_0xabfcfa:0x142,_0x1b06dd:0x48a,_0x4ec18d:0x4cc,_0x36396e:0x47c,_0x2ca76e:0x462,_0x1d0ec3:0x459,_0x1e0d76:0x511,_0x4f3f5c:0x1dc,_0x3dd108:0x431,_0x5e3103:0x455,_0x405f9a:0x527,_0xc8e7c7:0x4db,_0x133b87:0x4f9,_0x13eb50:0x409,_0x26b0aa:0x484,_0x5d2a2a:0x4a8,_0x6867ac:0x552,_0x5387dd:0x532,_0x1496aa:0x509,_0x4a8280:0x1e0,_0x32519b:0x148,_0x84237d:0x467,_0x41e9fc:0x54e,_0x6bb5e4:0x1d5,_0x4b86ea:0x218,_0x40e999:0x192,_0x56fda5:0x4f6,_0x3a5798:0x47e,_0x18ea3a:0x496,_0x4f20c7:0x49a,_0x584846:0x4c2,_0x4a56c2:0x4ea,_0x2f4dd5:0x1dd,_0x4d40a0:0x170,_0x41e18d:0x12b,_0x30acd7:0x184,_0x34324f:0x157,_0x4d0b03:0x1d1,_0x417221:0x180,_0x15a249:0x1da},_0x5b9ec8={_0x47ccc8:0x387,_0x5755e7:0x373,_0x4c09b9:0x332},_0x59fa85={_0x49701b:0x3f2,_0x2e2805:0x373,_0x59bb72:0x566,_0x22c741:0x45b,_0x17b2fc:0x34b,_0x451a26:0x36b,_0x6ef221:0x33b,_0x197cee:0x3bb,_0x15d04c:0x31e,_0x12ccac:0x32d,_0x5152d7:0x32e,_0x53fd4d:0x472,_0x4a9c31:0x3a3,_0x5ab2ff:0x421,_0x48fd88:0x38d,_0x1c7288:0x2e8,_0x139eca:0x48b,_0x42ae22:0x41e,_0xffce33:0x4ef,_0x5f00c8:0x4a1,_0x3b5212:0x465,_0x19565d:0x452,_0x5b142e:0x4da,_0x39f637:0x56b,_0x3897e7:0x530,_0x48cda7:0x4b8},_0x44c7ce={_0x2fe67e:0x130,_0x38f4f1:0x16d},_0x55ed90={_0xa8473e:0x1a2,_0x536a36:0x269},_0x2fa00c={_0x51c47b:0x610},_0x1c085b={'caljs':_0x33c93d(_0x7023a5._0x4dfdb0,0x4c5,0x456,0x44e)+_0x50a823(-_0x7023a5._0xd538b4,-0x141,-0xa7,-_0x7023a5._0x1d275a)+':','LyzxR':_0x50a823(-0xfd,-0x13b,-0x17a,-0x16d)+_0x33c93d(0x487,_0x7023a5._0x4be48a,_0x7023a5._0xed06f9,_0x7023a5._0x253493),'DfOnQ':_0x33c93d(_0x7023a5._0x35ba6a,_0x7023a5._0x342420,0x4d3,_0x7023a5._0x554dc8)+_0x33c93d(0x4a2,0x47a,0x4c2,0x516)+_0x33c93d(_0x7023a5._0x1df3a9,_0x7023a5._0x419ecb,_0x7023a5._0x583c89,_0x7023a5._0x312214)+'\x20with:','jkocH':function(_0x5b1677,_0x1286a1){return _0x5b1677===_0x1286a1;},'wyMUX':_0x33c93d(0x48c,_0x7023a5._0x4776cc,0x4dd,0x487),'XuRDy':_0x50a823(-_0x7023a5._0xb1678b,-_0x7023a5._0x344d59,-0x226,-0x1ad),'nkpgN':function(_0x21a111,_0x48372e,_0x40e4c2){return _0x21a111(_0x48372e,_0x40e4c2);},'DncVC':_0x50a823(-0x1a0,-0x111,-0x9f,-_0x7023a5._0xe59d52),'pgbiT':function(_0x241ac3,_0x132567){return _0x241ac3-_0x132567;},'nYRkn':'utf-8','oeLmx':function(_0x59ffdc,_0xacdb1f){return _0x59ffdc(_0xacdb1f);},'KaHVh':_0x50a823(-0x195,-_0x7023a5._0x1c4334,-0x1f1,-_0x7023a5._0xa30a7a),'hdMfl':function(_0x2f546e,_0x295b48){return _0x2f546e===_0x295b48;},'NTqog':function(_0x4133c3,_0x57f891){return _0x4133c3!==_0x57f891;},'HnmeD':'zkohP','vjqEa':_0x33c93d(0x56c,0x554,0x4e5,_0x7023a5._0x4db3c4),'aSacy':function(_0x489d01,_0x192179){return _0x489d01!==_0x192179;},'pxqfd':'PQYOZ','rsHhn':'gNlbF','bjkXR':function(_0x695142,_0x2648b8,_0x2ff6ad){return _0x695142(_0x2648b8,_0x2ff6ad);},'KEbrq':'SIGINT','hdlUi':_0x50a823(-0x189,-_0x7023a5._0x177c9d,-0x157,-0x146),'LTSUP':_0x33c93d(0x47c,_0x7023a5._0x53b2cd,0x4f6,0x579),'psdJS':_0x33c93d(_0x7023a5._0x5ba807,0x4c0,_0x7023a5._0x1c4a99,0x4e1)+_0x50a823(-0x1c1,-0x16c,-0x190,-_0x7023a5._0x114e41),'NXoxz':_0x50a823(-_0x7023a5._0x1ea545,-0x14e,-0x147,-_0x7023a5._0x160d6c)+_0x33c93d(0x4f1,_0x7023a5._0xbb7f0b,_0x7023a5._0x42c4a9,_0x7023a5._0x3156e7)+_0x50a823(-_0x7023a5._0x2dc3f1,-_0x7023a5._0x12700e,-_0x7023a5._0x50ba2d,-_0x7023a5._0x16ac79)+_0x33c93d(0x527,0x4f8,0x502,0x581)+_0x33c93d(0x476,0x4a2,0x4ce,_0x7023a5._0xfba45e)+_0x50a823(-_0x7023a5._0x41a1a9,-_0x7023a5._0x1354d2,-_0x7023a5._0x570c31,-0x14e)+'round\x20mode'};let _0x1919af=![];function _0x33c93d(_0x19b955,_0x286cc7,_0x4e5657,_0x41e0fb){return _0x7f93a2(_0x286cc7,_0x286cc7-0xe3,_0x4e5657-0xa7,_0x4e5657-_0x2fa00c._0x51c47b);}let _0x16ce84=null;function _0x50a823(_0x22560b,_0x4fd841,_0x33c90f,_0x5a1c58){return _0x526bbd(_0x22560b-0xc6,_0x4fd841-_0x55ed90._0xa8473e,_0x4fd841,_0x5a1c58- -_0x55ed90._0x536a36);}for(const _0x5b43a1 of _0xc71d05){if(_0x1c085b[_0x50a823(-_0x7023a5._0x2e1434,-0x148,-0x13c,-_0x7023a5._0xa2280)]!=='fiUma')_0x46fcd8['log'](_0x33c93d(0x3bb,_0x7023a5._0x5aee1a,_0x7023a5._0x45e889,0x4c0)+_0x33c93d(0x57a,_0x7023a5._0x1c4a99,_0x7023a5._0x37b224,0x4f4)+'\x20running');else{if(_0x1c085b[_0x33c93d(0x54f,0x587,0x522,0x49a)](_0x5b43a1,_0x1c085b[_0x50a823(-_0x7023a5._0x5dcbf1,-_0x7023a5._0xcab8ab,-0xfa,-0xc3)])||_0x1c085b[_0x50a823(-0xe0,-_0x7023a5._0x5e9a17,-0x8c,-0xd2)](_0x5b43a1,'-f'))_0x1c085b[_0x50a823(-_0x7023a5._0x3e5222,-0x107,-_0x7023a5._0x4152e0,-_0x7023a5._0x3e7de4)](_0x1c085b[_0x33c93d(_0x7023a5._0x15afce,_0x7023a5._0xac9dba,0x473,0x44d)],_0x1c085b[_0x33c93d(0x44f,_0x7023a5._0x5081d9,0x4d1,_0x7023a5._0x2b71b7)])?_0x1919af=!![]:(_0x334a03[_0x33c93d(0x3f9,0x473,_0x7023a5._0x5fae09,0x445)](_0x1c085b[_0x50a823(-_0x7023a5._0x497792,-0xea,-0xd5,-0x152)]),_0x5e2aa4[_0x50a823(-_0x7023a5._0x1a9e35,-0x22b,-0x15b,-_0x7023a5._0x1b96ca)](_0x1c085b[_0x33c93d(_0x7023a5._0x1ac7bd,_0x7023a5._0x12a989,0x52e,0x59e)]));else _0x5b43a1[_0x50a823(-0x183,-0xee,-0x81,-0x103)](_0x1c085b[_0x50a823(-0x133,-_0x7023a5._0x32e125,-0x1c2,-_0x7023a5._0x37d20d)])&&(_0x1c085b['aSacy'](_0x33c93d(_0x7023a5._0x357033,0x4ce,0x503,_0x7023a5._0x5740f5),_0x1c085b[_0x33c93d(_0x7023a5._0x2be00b,0x4c6,_0x7023a5._0x2389a1,0x54c)])?_0x16ce84=_0x1c085b[_0x50a823(-_0x7023a5._0x3faf76,-_0x7023a5._0x1d992d,-_0x7023a5._0x2cfc36,-_0x7023a5._0x99b186)](parseInt,_0x5b43a1[_0x50a823(-0x153,-0x11f,-0x126,-0x147)](_0x1c085b[_0x33c93d(0x429,0x4c5,_0x7023a5._0x5cfbbb,_0x7023a5._0xd47ac4)][_0x33c93d(_0x7023a5._0x59f0da,0x4a8,0x523,_0x7023a5._0x568672)]),0x25e1+0x1ec9+-0x44a0):(_0x44ebe2[_0x50a823(-_0x7023a5._0x2065c7,-0x180,-_0x7023a5._0x2635cb,-0x1c7)](_0x1c085b[_0x50a823(-0xe9,-_0x7023a5._0x33b18a,-_0x7023a5._0x3cd0cd,-0x11d)]),_0x68d538[_0x50a823(-0x1cf,-0x19f,-0x22c,-_0x7023a5._0x1b96ca)](_0x33c93d(_0x7023a5._0x49c1e8,0x403,0x48f,_0x7023a5._0x42d612)+_0x50a823(-_0x7023a5._0x396f45,-0x72,-_0x7023a5._0x2d96d9,-_0x7023a5._0xdf17fa)+'\x20--setup-p'+_0x50a823(-0x8c,-_0x7023a5._0x49a400,-_0x7023a5._0x4772e7,-0xfd)+'to/coder-s'+_0x50a823(-0x137,-_0x7023a5._0x5ca610,-_0x7023a5._0x384a6b,-_0x7023a5._0x18a4ae))));}}try{const _0x44174e=await _0x23e650[_0x33c93d(0x449,_0x7023a5._0xd97ccb,0x477,0x41f)](LOG_FILE,_0x1c085b[_0x50a823(-_0x7023a5._0x2415f7,-0x129,-0x173,-0x15d)]),_0x5f3bbb=_0x44174e[_0x50a823(-_0x7023a5._0x26c63d,-_0x7023a5._0x2e725d,-_0x7023a5._0x3bbd4f,-0x161)]('\x0a');if(_0x16ce84)console['log'](_0x5f3bbb['slice'](-_0x16ce84)[_0x50a823(-_0x7023a5._0x396f45,-0x94,-_0x7023a5._0x1c2534,-_0x7023a5._0x32d7f2)]('\x0a'));else{if(_0x1c085b[_0x50a823(-_0x7023a5._0x2709e1,-_0x7023a5._0x3faf76,-0x130,-_0x7023a5._0x44620a)]!=='gNlbF'){if(_0x1c085b['jkocH'](_0x222e73,_0x1c085b[_0x50a823(-_0x7023a5._0xfc65ee,-0x74,-0xda,-_0x7023a5._0x2a70df)])||_0x1c085b[_0x33c93d(0x52b,_0x7023a5._0x1845f2,0x522,_0x7023a5._0x2eecc5)](_0x41f7ae,'-f'))_0x43e9e0=!![];else _0x4ac6c6[_0x50a823(-0x7c,-_0x7023a5._0x13cead,-_0x7023a5._0x2ad59f,-0x103)](_0x1c085b[_0x33c93d(_0x7023a5._0x1257ab,_0x7023a5._0x26c864,_0x7023a5._0x5cfbbb,0x4d4)])&&(_0x1a10ef=_0x1c085b[_0x33c93d(0x52e,0x498,_0x7023a5._0xf73234,_0x7023a5._0x2e3553)](_0x5bd52d,_0x38d28a[_0x33c93d(_0x7023a5._0x55ab1f,_0x7023a5._0x4d0b85,0x4b5,_0x7023a5._0x2871d2)]('--tail='[_0x50a823(-0x51,-_0x7023a5._0x22f294,-0x144,-0xd9)]),0x2*-0xa3c+0xd44*-0x1+-0x42*-0x83));}else console[_0x50a823(-0x174,-0x15a,-_0x7023a5._0x465c4c,-_0x7023a5._0x35b659)](_0x44174e);}if(_0x1919af){console[_0x50a823(-0x200,-0x152,-_0x7023a5._0xabfcfa,-0x1c7)](_0x33c93d(_0x7023a5._0x1b06dd,_0x7023a5._0x4ec18d,_0x7023a5._0x36396e,0x407)+_0x33c93d(0x4db,_0x7023a5._0x2ca76e,_0x7023a5._0x1d0ec3,0x3e9)+_0x50a823(-0x186,-0xbd,-0x144,-0x119)+'\x20stop)\x20---'+'\x0a');let _0xed4348=(await _0x23e650[_0x33c93d(0x484,0x4ea,_0x7023a5._0x1e0d76,0x55d)](LOG_FILE))[_0x50a823(-_0x7023a5._0x4f3f5c,-0x1e6,-0x157,-0x181)];const _0xa20e8d=_0x1c085b[_0x33c93d(_0x7023a5._0x3dd108,0x3ce,_0x7023a5._0x5e3103,0x4e3)](setInterval,async()=>{const _0x4982ea={_0x527f41:0x13};function _0x54b15b(_0x2ed55c,_0x20338b,_0x347b1e,_0x514d9e){return _0x33c93d(_0x2ed55c-0x1ec,_0x20338b,_0x347b1e- -_0x4982ea._0x527f41,_0x514d9e-0x5d);}const _0x1a3c56={'wpCcO':function(_0xcbdb0f,_0x4ceea1){return _0xcbdb0f(_0x4ceea1);}};function _0x439f6e(_0x159c7d,_0x317404,_0x1938c6,_0x217747){return _0x33c93d(_0x159c7d-0x7a,_0x159c7d,_0x1938c6- -_0x44c7ce._0x2fe67e,_0x217747-_0x44c7ce._0x38f4f1);}if(_0x439f6e(0x389,_0x59fa85._0x49701b,0x39f,_0x59fa85._0x2e2805)!==_0x1c085b[_0x54b15b(0x4ce,_0x59fa85._0x59bb72,0x4e9,_0x59fa85._0x22c741)])try{const _0x2003ea=(await _0x23e650['stat'](LOG_FILE))[_0x439f6e(0x2e9,0x34c,_0x59fa85._0x17b2fc,0x2c4)];if(_0x2003ea>_0xed4348){const _0x56e859=await _0x23e650[_0x439f6e(0x381,_0x59fa85._0x451a26,_0x59fa85._0x6ef221,0x2f7)](LOG_FILE,'r'),_0x2c5853=Buffer[_0x439f6e(0x341,_0x59fa85._0x197cee,0x3c0,0x446)](_0x1c085b[_0x439f6e(0x305,_0x59fa85._0x15d04c,_0x59fa85._0x12ccac,_0x59fa85._0x5152d7)](_0x2003ea,_0xed4348));await _0x56e859[_0x54b15b(0x4ba,0x50f,0x4d1,_0x59fa85._0x53fd4d)](_0x2c5853,0x1e92*-0x1+0xb36+0x135c,_0x2c5853[_0x439f6e(_0x59fa85._0x4a9c31,_0x59fa85._0x5ab2ff,0x3f3,0x43d)],_0xed4348),await _0x56e859['close'](),process[_0x439f6e(0x3a5,_0x59fa85._0x48fd88,0x370,_0x59fa85._0x1c7288)][_0x54b15b(_0x59fa85._0x139eca,0x413,_0x59fa85._0x42ae22,0x463)](_0x2c5853[_0x54b15b(_0x59fa85._0xffce33,_0x59fa85._0x5f00c8,_0x59fa85._0x3b5212,_0x59fa85._0x19565d)](_0x1c085b[_0x54b15b(0x44f,0x477,0x48c,_0x59fa85._0x5b142e)])),_0xed4348=_0x2003ea;}}catch(_0x1234ba){_0x1c085b['oeLmx'](clearInterval,_0xa20e8d);}else _0x1a3c56[_0x54b15b(0x546,_0x59fa85._0x39f637,_0x59fa85._0x3897e7,_0x59fa85._0x48cda7)](_0xbd9335,_0x50d53b);},-0x7+-0xfe5+0x11e0);process['on'](_0x1c085b[_0x33c93d(0x467,_0x7023a5._0x405f9a,_0x7023a5._0xc8e7c7,_0x7023a5._0x133b87)],()=>{const _0x286ed0={_0x37d294:0x1db,_0x51694f:0x198};clearInterval(_0xa20e8d);function _0x462c17(_0x576670,_0xe68089,_0x37937e,_0x124242){return _0x33c93d(_0x576670-_0x286ed0._0x37d294,_0xe68089,_0x124242- -0x138,_0x124242-_0x286ed0._0x51694f);}process[_0x462c17(_0x5b9ec8._0x47ccc8,0x315,_0x5b9ec8._0x5755e7,_0x5b9ec8._0x4c09b9)](0x791*0x4+-0x3*0x4b2+-0x6d*0x26);});}}catch(_0x33d1c4){_0x1c085b[_0x33c93d(_0x7023a5._0x13eb50,_0x7023a5._0x26b0aa,0x447,0x486)](_0x1c085b[_0x33c93d(_0x7023a5._0x5d2a2a,_0x7023a5._0x6867ac,_0x7023a5._0x5387dd,_0x7023a5._0x1496aa)],_0x1c085b['hdlUi'])?(_0x2ec3a6[_0x50a823(-0x11b,-_0x7023a5._0x4a8280,-0x1b9,-0x16b)](_0x50a823(-0x108,-0xfb,-0x108,-_0x7023a5._0x32519b)+_0x33c93d(0x4ed,0x3e2,_0x7023a5._0x84237d,0x44c)+_0x33c93d(_0x7023a5._0x41e9fc,0x4b3,0x4cb,0x4c7)+_0xc9ed4e[_0x50a823(-0x227,-0x17d,-0x22e,-0x1b6)]),_0x3a3522[_0x50a823(-_0x7023a5._0x6bb5e4,-_0x7023a5._0x4b86ea,-0x12a,-_0x7023a5._0x40e999)](0x23a4*-0x1+0x1*-0x4d+-0x6b*-0x56)):_0x1c085b[_0x33c93d(0x550,_0x7023a5._0x56fda5,0x52a,0x536)](_0x33d1c4[_0x33c93d(_0x7023a5._0x3a5798,0x4c8,_0x7023a5._0x18ea3a,_0x7023a5._0x4f20c7)],_0x1c085b[_0x33c93d(0x551,_0x7023a5._0x584846,_0x7023a5._0x4a56c2,0x4c5)])?(console[_0x50a823(-_0x7023a5._0x2f4dd5,-0x190,-_0x7023a5._0x4d40a0,-0x1c7)](_0x1c085b[_0x50a823(-0x168,-_0x7023a5._0x41e18d,-_0x7023a5._0x30acd7,-0x126)]),console[_0x50a823(-0x23d,-_0x7023a5._0x34324f,-_0x7023a5._0x4d0b03,-0x1c7)](_0x1c085b[_0x50a823(-_0x7023a5._0x1b96ca,-0x1bc,-_0x7023a5._0x417221,-0x19c)])):console['error']('Error\x20read'+'ing\x20logs:\x20'+_0x33d1c4[_0x50a823(-0x232,-_0x7023a5._0x15a249,-0x184,-0x1b6)]);}}export async function restartServer(_0x2f96e0){const _0x153cf8={_0x317237:0x9a,_0x33bfea:0x8d,_0x59088c:0x147,_0x203344:0x1d2,_0x5bde77:0x1e4,_0x16b9f0:0xc2,_0x33319f:0xbf,_0x2ca546:0x10b,_0x1c6224:0x12a,_0x4870c9:0x1c0,_0x527f7f:0xe4,_0x53220d:0x8f,_0x561f8d:0x35,_0x51e67f:0x1f2,_0x4e9e3d:0x1e2,_0x522ec8:0x174,_0x219c1b:0x161,_0x2a78a0:0xc7,_0x5e0143:0x119,_0x18ed50:0x13a,_0x5431e7:0x71,_0x1d9ffe:0x19,_0x167ed8:0x181,_0x2c9625:0x15a,_0x2fdf3b:0x136,_0x2115d3:0xc3,_0x73aea9:0x130,_0x59064a:0x195,_0x146b22:0x166,_0x1c9f5d:0x138,_0x5c2092:0x16d,_0x4976c6:0x122},_0x283a34={_0x45c57c:0x5d,_0x329d9d:0x142},_0x39600c={_0x39c4b3:0xc4};function _0x50d41c(_0x165145,_0x12c88b,_0x5bd2e0,_0x3beaa6){return _0x526bbd(_0x165145-0x13f,_0x12c88b-_0x39600c._0x39c4b3,_0x5bd2e0,_0x165145- -0x5b);}const _0x78b29d={'YtSkM':function(_0x10cbf3){return _0x10cbf3();},'opKGH':function(_0x215f9d,_0x5b2bc3){return _0x215f9d!==_0x5b2bc3;},'duXbh':_0x50d41c(_0x153cf8._0x317237,0x5b,_0x153cf8._0x33bfea,0x78),'AzZrh':_0x4090bb(_0x153cf8._0x59088c,_0x153cf8._0x203344,0x161,_0x153cf8._0x5bde77)+'erver...','VojRg':_0x4090bb(0x1b8,0x21c,0x1f3,0x258)+_0x50d41c(_0x153cf8._0x16b9f0,_0x153cf8._0x33319f,_0x153cf8._0x2ca546,0x13c),'FjAnm':function(_0x480e23,_0x236a89){return _0x480e23(_0x236a89);}},{running:_0x401056}=await _0x78b29d[_0x4090bb(_0x153cf8._0x1c6224,0x161,0x184,_0x153cf8._0x4870c9)](isServerRunning);_0x401056&&(_0x78b29d[_0x50d41c(0xb9,0x101,_0x153cf8._0x527f7f,0x146)](_0x50d41c(_0x153cf8._0x317237,_0x153cf8._0x53220d,0xd1,_0x153cf8._0x561f8d),_0x78b29d[_0x4090bb(_0x153cf8._0x51e67f,_0x153cf8._0x4e9e3d,_0x153cf8._0x522ec8,_0x153cf8._0x219c1b)])?_0x1f0f91=_0x49e44e(_0x1e3d6a[_0x50d41c(_0x153cf8._0x2a78a0,0x99,_0x153cf8._0x5e0143,_0x153cf8._0x18ed50)](_0x50d41c(0x61,_0x153cf8._0x5431e7,_0x153cf8._0x1d9ffe,-0x27)[_0x50d41c(0x135,0x112,_0x153cf8._0x167ed8,_0x153cf8._0x2c9625)]),-0x91*0x39+-0xc5b*-0x1+0x13f8):(console['log'](_0x78b29d[_0x50d41c(_0x153cf8._0x2fdf3b,_0x153cf8._0x2115d3,0x144,0x162)]),await _0x78b29d[_0x4090bb(0x1dc,_0x153cf8._0x219c1b,0x1ef,_0x153cf8._0x73aea9)](stopServer),console[_0x4090bb(_0x153cf8._0x59064a,_0x153cf8._0x146b22,0xef,_0x153cf8._0x1c9f5d)]('')));console['log'](_0x78b29d['VojRg']);function _0x4090bb(_0x218cb2,_0x435b4d,_0x2ecd19,_0x14f3b1){return _0x7f93a2(_0x218cb2,_0x435b4d-_0x283a34._0x45c57c,_0x2ecd19-_0x283a34._0x329d9d,_0x435b4d-0x341);}await _0x78b29d[_0x4090bb(0x198,_0x153cf8._0x5c2092,_0x153cf8._0x4976c6,0x1ca)](startDaemon,_0x2f96e0);}
@@ -0,0 +1 @@
1
+ (function(_0x15a04b,_0x349099){const _0x4be212={_0x394b40:0x84,_0x4eeb30:0x7c,_0x10ba72:0x52,_0x15a66b:0x44,_0x4cc49f:0x8e,_0x5448ce:0x42,_0x4cd82b:0xc8,_0x4a72c7:0x88,_0x1c40d0:0x6e,_0x4f95ee:0x8a,_0x1a3d3f:0x95,_0x1bf821:0x81,_0x16f818:0x93,_0x346871:0x14,_0xb02112:0x26,_0x3e8fe3:0x45,_0x1e9e32:0x62,_0x12d991:0x86},_0x40b8c4={_0x26961b:0x263},_0x265e12={_0x264992:0x26f};function _0x468d41(_0x27b474,_0x4fe86d,_0x2fdb47,_0x590c59){return _0x457a(_0x27b474- -_0x265e12._0x264992,_0x4fe86d);}function _0xa21d02(_0x3e5ce6,_0x3b22bf,_0x499140,_0x3a6fae){return _0x457a(_0x3a6fae- -_0x40b8c4._0x26961b,_0x3b22bf);}const _0x131057=_0x15a04b();while(!![]){try{const _0x500670=parseInt(_0x468d41(-0xd0,-0xa2,-0x111,-_0x4be212._0x394b40))/(-0x1*-0x16f5+0x7d*0x1d+-0x1*0x251d)*(parseInt(_0xa21d02(-_0x4be212._0x4eeb30,-_0x4be212._0x10ba72,-_0x4be212._0x15a66b,-0x33))/(0xe62+-0x1af8+0x193*0x8))+parseInt(_0x468d41(-_0x4be212._0x4cc49f,-_0x4be212._0x5448ce,-_0x4be212._0x4cd82b,-0x71))/(-0x19*-0x112+-0x1f3*0x10+-0x471*-0x1)+parseInt(_0xa21d02(-_0x4be212._0x4a72c7,-_0x4be212._0x1c40d0,-_0x4be212._0x4f95ee,-0x44))/(-0x13b7+-0x97d+0x1d38)+parseInt(_0x468d41(-_0x4be212._0x1a3d3f,-_0x4be212._0x1bf821,-_0x4be212._0x16f818,-0xb6))/(-0x330+-0x2*-0xf56+0x4f*-0x59)+-parseInt(_0xa21d02(0x2,-0x23,_0x4be212._0x346871,-0x27))/(-0xd00+-0x136f+0x2075)+parseInt(_0x468d41(-0x42,-0x5b,-_0x4be212._0xb02112,-0x60))/(0xa9+0xd7*0x2b+-0x24bf)+-parseInt(_0x468d41(-0x63,-0x97,-_0x4be212._0x3e8fe3,-0x19))/(-0x1d9c+0x84e+0x1556)*(parseInt(_0x468d41(-_0x4be212._0x1e9e32,-_0x4be212._0x12d991,-0x81,-0x9e))/(-0x9*-0x183+0x17*0x57+-0x1563));if(_0x500670===_0x349099)break;else _0x131057['push'](_0x131057['shift']());}catch(_0x11df4f){_0x131057['push'](_0x131057['shift']());}}}(_0x533c,0x57d96+-0x7fbc+-0x209b2));import{promises as _0x5063d7}from'fs';import _0x195907 from'path';import{DATA_DIR}from'./data-dir.js';import{logger}from'./logger.js';export async function migrateConfigFiles(_0x369a40){const _0x5d10ec={_0x3030dd:0x2ba,_0x3b162f:0x235,_0x248be5:0x253,_0x6fa897:0x261,_0x37e421:0x2d0,_0x2b0514:0x345,_0x3d0c51:0x37c,_0x94c24d:0x38b,_0x4cc939:0x357,_0x487e00:0x222,_0x582728:0x413,_0x319d66:0x24e,_0x2ccf82:0x24f,_0x3900d0:0x312,_0x2a331e:0x333,_0x599fca:0x320,_0x2292c9:0x366,_0x1332b5:0x375,_0x24cad9:0x2ce,_0x475aea:0x3cc,_0x4692b6:0x286,_0x31e8df:0x278,_0x392420:0x3cf,_0x5140a0:0x239,_0x5f1dfe:0x27d,_0x5029d4:0x248,_0xb0bd5d:0x2b0,_0x5909bd:0x2c1,_0x10cac5:0x1ec,_0x23a963:0x23d,_0x4e4aca:0x2b3,_0x9a0a18:0x269,_0x111a3c:0x30c,_0x22a5da:0x357,_0x150fde:0x314,_0x3006bb:0x3a9,_0x567c76:0x255,_0x1e2e50:0x23d,_0x5f05db:0x26a,_0x37693d:0x294,_0x2ad7ed:0x38c,_0x43aae3:0x3a7,_0xa883cd:0x3ea,_0x2b25b6:0x354,_0x5ac8a4:0x36b,_0x34a0e2:0x38a,_0x465b8f:0x363,_0x2319da:0x334,_0x34f7dd:0x318,_0xdcfdc1:0x32c,_0x39f953:0x343,_0x333784:0x31b,_0x241bab:0x28b,_0x44a714:0x2cf,_0x1000eb:0x282,_0x2d627a:0x31a,_0x25a293:0x396,_0x543009:0x2f8,_0x1871b7:0x2ac,_0xed344f:0x2bc},_0x46ba0e={_0x1f3b6f:0x9f},_0x2dba0c={_0x1efb53:0x18e};function _0x382285(_0x52fda9,_0x442247,_0x4ac4c1,_0x3b879c){return _0x457a(_0x442247-_0x2dba0c._0x1efb53,_0x52fda9);}const _0x598d17={'vDCes':_0x235d7d(0x2b4,0x293,0x309,0x2d6)+'remove\x20.cr'+_0x235d7d(0x289,_0x5d10ec._0x3030dd,_0x5d10ec._0x3b162f,0x274)+_0x235d7d(_0x5d10ec._0x248be5,_0x5d10ec._0x6fa897,0x265,0x24d),'cLAge':function(_0x37a4ab,_0x3b4472){return _0x37a4ab===_0x3b4472;},'clbNO':_0x235d7d(0x2f5,_0x5d10ec._0x37e421,0x306,0x2dc),'sAERh':'Running\x20co'+'nfig\x20migra'+_0x382285(_0x5d10ec._0x2b0514,_0x5d10ec._0x3d0c51,_0x5d10ec._0x94c24d,_0x5d10ec._0x4cc939),'ihMkQ':function(_0xbe760a,_0x622d1){return _0xbe760a(_0x622d1);},'umqaV':_0x235d7d(0x247,0x262,_0x5d10ec._0x487e00,0x24b),'jiCNz':function(_0x165feb,_0x3180de,_0x1322e1,_0x12d2f6){return _0x165feb(_0x3180de,_0x1322e1,_0x12d2f6);},'EIPLR':'jira.json','UYCxM':function(_0x15505c,_0x15db5d,_0x362e7f,_0x5163d9){return _0x15505c(_0x15db5d,_0x362e7f,_0x5163d9);}};if(!_0x369a40){if(_0x598d17[_0x382285(0x3f9,0x3c8,0x404,_0x5d10ec._0x582728)](_0x235d7d(0x291,_0x5d10ec._0x319d66,_0x5d10ec._0x2ccf82,0x298),_0x598d17['clbNO'])){const _0x1bc58d={};_0x1bc58d[_0x382285(_0x5d10ec._0x3900d0,_0x5d10ec._0x2a331e,_0x5d10ec._0x599fca,0x384)]=_0x188607['message'],_0x142729[_0x382285(_0x5d10ec._0x2292c9,0x38b,0x3c6,_0x5d10ec._0x1332b5)](_0x598d17[_0x235d7d(0x299,_0x5d10ec._0x24cad9,0x271,0x2bb)],_0x1bc58d);}else{logger[_0x382285(0x3da,_0x5d10ec._0x94c24d,0x3aa,0x3aa)](_0x382285(_0x5d10ec._0x475aea,0x3b8,0x37d,0x37f)+'ath\x20provid'+'ed,\x20skippi'+_0x235d7d(0x2bc,0x25c,0x2dc,0x293)+_0x235d7d(0x233,0x253,_0x5d10ec._0x4692b6,_0x5d10ec._0x31e8df));return;}}const _0x32929c={};_0x32929c[_0x382285(0x3ca,0x3a8,0x3cc,_0x5d10ec._0x392420)]=_0x369a40,_0x32929c[_0x235d7d(_0x5d10ec._0x5140a0,0x2b0,0x2cd,_0x5d10ec._0x5f1dfe)]=DATA_DIR,logger['info'](_0x598d17[_0x235d7d(_0x5d10ec._0x5029d4,_0x5d10ec._0xb0bd5d,_0x5d10ec._0x5909bd,0x28a)],_0x32929c);const _0x3ac776={};_0x3ac776['recursive']=!![],await _0x5063d7['mkdir'](DATA_DIR,_0x3ac776),await _0x598d17[_0x235d7d(0x208,0x230,_0x5d10ec._0x10cac5,_0x5d10ec._0x23a963)](migrateLicenseFile,_0x369a40);const _0x4882a5={};_0x4882a5[_0x235d7d(_0x5d10ec._0x4e4aca,_0x5d10ec._0x9a0a18,0x2bc,0x26a)+'s']=0x180,await migrateSimpleFile(_0x369a40,_0x598d17[_0x382285(_0x5d10ec._0x111a3c,_0x5d10ec._0x22a5da,_0x5d10ec._0x150fde,_0x5d10ec._0x3006bb)],_0x4882a5);const _0x4226f={};function _0x235d7d(_0x1adc39,_0x1a382d,_0x3dc68f,_0x97859b){return _0x457a(_0x97859b-_0x46ba0e._0x1f3b6f,_0x1adc39);}_0x4226f[_0x235d7d(0x246,_0x5d10ec._0x567c76,_0x5d10ec._0x1e2e50,_0x5d10ec._0x5f05db)+'s']=0x180,await _0x598d17['jiCNz'](migrateSimpleFile,_0x369a40,_0x598d17['EIPLR'],_0x4226f);const _0x5a8e2a={};_0x5a8e2a[_0x235d7d(_0x5d10ec._0x5f1dfe,_0x5d10ec._0x37693d,0x243,0x26a)+'s']=0x180,await _0x598d17[_0x382285(_0x5d10ec._0x2ad7ed,_0x5d10ec._0x43aae3,_0x5d10ec._0xa883cd,0x3ea)](migrateSimpleFile,_0x369a40,_0x382285(0x364,_0x5d10ec._0x2b25b6,_0x5d10ec._0x5ac8a4,0x303)+_0x382285(_0x5d10ec._0x34a0e2,0x34a,_0x5d10ec._0x465b8f,_0x5d10ec._0x2319da),_0x5a8e2a),await _0x598d17[_0x382285(_0x5d10ec._0x34f7dd,_0x5d10ec._0xdcfdc1,_0x5d10ec._0x39f953,_0x5d10ec._0x333784)](cleanupLegacyFiles,_0x369a40),logger[_0x235d7d(_0x5d10ec._0x241bab,_0x5d10ec._0x44a714,_0x5d10ec._0x1000eb,0x2b1)]('Config\x20mig'+_0x382285(0x34c,0x346,_0x5d10ec._0x2d627a,_0x5d10ec._0x25a293)+_0x235d7d(_0x5d10ec._0x543009,0x26b,_0x5d10ec._0x1871b7,_0x5d10ec._0xed344f)+'e');}async function migrateLicenseFile(_0x28cbd1){const _0x5642c1={_0x1815f4:0x5a8,_0x5ad4a3:0x59c,_0x36332d:0x596,_0xc940c0:0x50f,_0x535038:0x555,_0x4d9e39:0x4e8,_0x31334a:0x4e8,_0x3e9d8b:0x555,_0x1796b6:0x539,_0x520664:0x515,_0x1a7b64:0x58c,_0x13f8dc:0x549,_0x1135a1:0x530,_0x5b7734:0x517,_0x3c2b9d:0x4ce,_0x29ccbc:0x552,_0x4ddf49:0x543,_0x2a4b79:0x57c,_0x3e3eb2:0x5b5,_0x1117fd:0x573,_0x133a57:0x57e,_0x1300f6:0x5a9,_0x3eef25:0x55c,_0xdeeddd:0x595,_0x274497:0x515,_0x4a1cfb:0x53a,_0xb30ab3:0x4de,_0x1def24:0x577,_0x55ac4d:0x537,_0x26990e:0x4f2,_0x4d34a1:0x543,_0x5217ef:0x4e0,_0x32362f:0x563,_0x3f3153:0x5af,_0x49e722:0x544,_0x284e75:0x4f5,_0x46df30:0x4e0,_0x1f4eb8:0x4d2,_0x418646:0x50d,_0xdbee3e:0x4e0,_0x3adab1:0x577,_0xb680df:0x522,_0x420eba:0x527,_0x2b580d:0x52f,_0x55a839:0x51d,_0x182056:0x4f8,_0x382a2f:0x548,_0x3b11dc:0x527,_0x3cb46f:0x538,_0x20b3f1:0x55f,_0x35b960:0x580,_0x5cd699:0x56c,_0x158ebd:0x4a9,_0x3cd13b:0x4e9,_0x347205:0x568,_0x54cf3f:0x598,_0x5bdb4e:0x55e,_0x39e9b8:0x50c,_0x15551b:0x525,_0x3de3e9:0x570,_0x40fba7:0x571,_0x305acc:0x54f,_0x51afc7:0x55d,_0x164fd4:0x54d,_0x484414:0x553,_0x4158ad:0x546,_0xf114d4:0x5b2,_0x50dec9:0x535,_0x4bac4:0x578,_0x1f0baa:0x50a,_0x1aeab9:0x500,_0x4a1052:0x4f6,_0x3bf6e7:0x52b,_0x50db27:0x507,_0x51b984:0x4c7,_0xc41901:0x4d2,_0x34410f:0x513,_0x59158d:0x59f,_0x3aa174:0x563,_0x114cdf:0x5be,_0x43c3de:0x525,_0x5af8ea:0x52d,_0xaac309:0x5a8,_0x1a22df:0x557,_0x5a70db:0x540,_0x3ec172:0x50e,_0x2f4b4e:0x58b,_0x4429e4:0x5e3,_0x13e49b:0x56a,_0x25afa3:0x54e,_0x4af1d1:0x4ec,_0x34697d:0x4f5,_0x56275a:0x514,_0x2ea39d:0x575,_0x31c457:0x5a9,_0x12e38d:0x570,_0x3e5ec8:0x573,_0x5ba8fe:0x544,_0x210ff1:0x566,_0xd294ec:0x501,_0x59cead:0x4e1,_0x58b3f2:0x50f,_0x3d7543:0x589,_0x566589:0x524,_0x5baeb8:0x530,_0x291278:0x554,_0x371b50:0x515,_0x25eed9:0x4dc,_0x1e706d:0x5a7,_0x3a7231:0x4c1,_0x4f9db2:0x563,_0x3959c9:0x519,_0x1cc6d4:0x564,_0x48aed8:0x5b3,_0x22852f:0x53f,_0x4ac05d:0x531,_0x52aa3c:0x588,_0x299572:0x59e,_0x32570b:0x5be,_0x4ffc1a:0x532,_0x38f232:0x53d,_0x4f89e5:0x5aa,_0x530500:0x5eb,_0x12ba51:0x521,_0x13f650:0x52e,_0x1fe3eb:0x4d3,_0x1fcc7a:0x561,_0x4de8a0:0x53d,_0x38d189:0x556,_0x299de8:0x574,_0xbdf4f1:0x574,_0x365f4c:0x57a,_0x4bedb8:0x53e,_0x15e313:0x4ea,_0x30ef3f:0x524,_0x54b249:0x4c8,_0x3b7094:0x569,_0x3d03b6:0x542,_0x23c4d4:0x512,_0x55045e:0x54a,_0x22694f:0x555,_0x1205f0:0x585,_0x3a2f77:0x58a,_0x2dc71a:0x59a,_0x2ae77f:0x4fb,_0x1a9497:0x4df,_0x4884e7:0x51b,_0x1ae33f:0x49f,_0x3e90b3:0x56e,_0x56d345:0x540,_0x458c29:0x510,_0x56074f:0x4cc,_0x34861d:0x54e,_0x28e6de:0x510,_0x276510:0x54e,_0x2a269a:0x54b,_0x52c5ec:0x572,_0x30dbe0:0x5d8,_0x3b4527:0x52a,_0x268691:0x5ba,_0x9684b8:0x4c2,_0x2b5877:0x50e,_0x59ac73:0x4f7,_0x43f980:0x575,_0x21b61e:0x561,_0x534193:0x597,_0x3a0586:0x533,_0x19c358:0x4ef,_0x646af4:0x4e5,_0x38a3d0:0x52b,_0x207bd4:0x55a,_0x2971e4:0x4e8,_0xc0f455:0x54b,_0x4437d0:0x4e9,_0x2516b9:0x50b,_0x9775ab:0x53d,_0x4385c2:0x546,_0x3117f6:0x541,_0x3353e2:0x508,_0x269f56:0x526,_0x5776bd:0x4b5,_0x4cd5e0:0x4f2,_0x7a86eb:0x4a6,_0xb2b070:0x4c8,_0x58d548:0x559,_0xf54731:0x4d6,_0x246c8d:0x4fc,_0x213199:0x490,_0x4f53b4:0x4cd,_0x4e2c68:0x4f2,_0xe274b5:0x4f6,_0x4f6d82:0x588,_0xf80b5a:0x586,_0x576916:0x520,_0x27c0ff:0x575,_0x5d8457:0x523,_0x43ac31:0x505,_0xc28958:0x550,_0x18fc5f:0x539},_0x1f7335={};_0x1f7335[_0x20dbe8(0x59e,_0x5642c1._0x1815f4,0x5e8,0x5eb)]=_0x20dbe8(0x57d,_0x5642c1._0x5ad4a3,_0x5642c1._0x36332d,0x57c)+_0x3761b6(_0x5642c1._0xc940c0,_0x5642c1._0x535038,0x4ca,_0x5642c1._0x4d9e39)+_0x20dbe8(0x50d,0x4ce,0x535,_0x5642c1._0x31334a),_0x1f7335[_0x20dbe8(_0x5642c1._0x3e9d8b,_0x5642c1._0x1796b6,_0x5642c1._0x520664,_0x5642c1._0x1a7b64)]=_0x20dbe8(0x529,0x51b,_0x5642c1._0x13f8dc,0x51e)+_0x3761b6(_0x5642c1._0x1135a1,_0x5642c1._0x5b7734,0x560,0x50b)+_0x20dbe8(_0x5642c1._0xc940c0,_0x5642c1._0x3c2b9d,_0x5642c1._0x29ccbc,_0x5642c1._0x4ddf49)+'on,\x20skippi'+'ng\x20agent-m'+_0x3761b6(_0x5642c1._0x2a4b79,_0x5642c1._0x3e3eb2,_0x5642c1._0x1117fd,_0x5642c1._0x133a57)+'ation',_0x1f7335[_0x3761b6(0x505,0x550,0x4f2,0x4d4)]=_0x20dbe8(_0x5642c1._0x1300f6,_0x5642c1._0x3eef25,_0x5642c1._0xdeeddd,0x599)+_0x3761b6(_0x5642c1._0x274497,_0x5642c1._0x4a1cfb,0x4c5,_0x5642c1._0xb30ab3)+_0x3761b6(0x532,_0x5642c1._0x1def24,_0x5642c1._0x55ac4d,0x548)+'-secrets',_0x1f7335[_0x3761b6(_0x5642c1._0x26990e,_0x5642c1._0x4d34a1,_0x5642c1._0x5217ef,0x540)]=_0x20dbe8(0x527,0x4fe,0x4d8,0x514)+_0x3761b6(_0x5642c1._0x32362f,0x512,0x532,0x546)+_0x3761b6(0x50a,0x50c,0x529,0x4e8)+_0x20dbe8(0x579,_0x5642c1._0x3f3153,_0x5642c1._0x49e722,0x576),_0x1f7335[_0x3761b6(_0x5642c1._0x284e75,_0x5642c1._0x46df30,0x4ed,_0x5642c1._0x1f4eb8)]=_0x3761b6(_0x5642c1._0x418646,0x53a,0x538,_0x5642c1._0xdbee3e)+_0x3761b6(_0x5642c1._0x3adab1,0x52f,0x52e,0x527)+_0x20dbe8(_0x5642c1._0xb680df,0x509,_0x5642c1._0x420eba,0x54f)+_0x20dbe8(_0x5642c1._0x2b580d,0x562,_0x5642c1._0x55a839,_0x5642c1._0x182056)+'m\x20setup\x20re'+'po',_0x1f7335[_0x20dbe8(0x530,0x54a,0x573,0x52a)]=_0x20dbe8(0x50f,0x560,0x4d4,0x4de)+'on',_0x1f7335['MNxZN']=_0x20dbe8(_0x5642c1._0x382a2f,_0x5642c1._0x3b11dc,_0x5642c1._0x3cb46f,_0x5642c1._0x20b3f1)+_0x20dbe8(_0x5642c1._0x35b960,_0x5642c1._0x382a2f,_0x5642c1._0x5cd699,0x540),_0x1f7335[_0x3761b6(0x4f4,0x545,_0x5642c1._0x158ebd,_0x5642c1._0x3cd13b)]=_0x3761b6(_0x5642c1._0x347205,0x555,_0x5642c1._0x5ad4a3,_0x5642c1._0x54cf3f),_0x1f7335['cQjYe']=function(_0x149193,_0x37699d){return _0x149193===_0x37699d;},_0x1f7335[_0x3761b6(0x54b,_0x5642c1._0x5bdb4e,0x563,0x530)]=function(_0x3f1175,_0x73bedc){return _0x3f1175!==_0x73bedc;},_0x1f7335[_0x20dbe8(0x513,0x55c,_0x5642c1._0x39e9b8,_0x5642c1._0x15551b)]=_0x20dbe8(_0x5642c1._0x4ddf49,_0x5642c1._0x3de3e9,0x523,0x587),_0x1f7335[_0x20dbe8(_0x5642c1._0x40fba7,_0x5642c1._0x305acc,_0x5642c1._0x51afc7,0x594)]=_0x3761b6(_0x5642c1._0x3cb46f,0x523,_0x5642c1._0x164fd4,0x588),_0x1f7335['bJJKC']=_0x20dbe8(_0x5642c1._0x420eba,_0x5642c1._0x484414,0x502,_0x5642c1._0x4158ad)+_0x20dbe8(0x569,0x57a,0x555,_0x5642c1._0xf114d4)+'se.json\x20fr'+_0x3761b6(0x53f,0x580,_0x5642c1._0x50dec9,_0x5642c1._0x4bac4)+_0x3761b6(0x513,0x540,_0x5642c1._0x1f0baa,0x4c9),_0x1f7335['SqfBX']=_0x3761b6(0x565,0x52a,_0x5642c1._0x55a839,_0x5642c1._0x3f3153),_0x1f7335[_0x3761b6(0x4f9,0x539,_0x5642c1._0x55a839,_0x5642c1._0x1aeab9)]=_0x20dbe8(0x532,0x561,_0x5642c1._0x4a1052,_0x5642c1._0x3bf6e7),_0x1f7335[_0x3761b6(_0x5642c1._0x50db27,_0x5642c1._0x51b984,0x4f5,_0x5642c1._0xc41901)]=_0x20dbe8(_0x5642c1._0x382a2f,0x56f,0x519,_0x5642c1._0x34410f)+_0x20dbe8(0x56d,_0x5642c1._0x59158d,_0x5642c1._0x3aa174,_0x5642c1._0x114cdf)+_0x20dbe8(0x558,_0x5642c1._0x43c3de,0x598,0x596)+_0x20dbe8(0x559,0x563,_0x5642c1._0x5af8ea,_0x5642c1._0xaac309)+'_DIR,\x20skip'+'ping',_0x1f7335['qrsYo']=_0x20dbe8(_0x5642c1._0x1a22df,_0x5642c1._0x5a70db,0x57c,0x593),_0x1f7335[_0x20dbe8(0x575,0x5a6,_0x5642c1._0x5af8ea,0x5a5)]=function(_0x2282fc,_0x4c36a6){return _0x2282fc>_0x4c36a6;},_0x1f7335[_0x20dbe8(_0x5642c1._0x3bf6e7,0x567,0x579,_0x5642c1._0x3ec172)]='OyATP',_0x1f7335[_0x20dbe8(0x5a3,_0x5642c1._0x2f4b4e,_0x5642c1._0x4429e4,0x57e)]=_0x3761b6(_0x5642c1._0x13e49b,0x589,_0x5642c1._0x25afa3,0x520)+'gent\x20model'+_0x3761b6(_0x5642c1._0x4af1d1,_0x5642c1._0x34697d,0x531,0x526)+_0x20dbe8(0x525,0x530,0x4e5,0x56b),_0x1f7335[_0x3761b6(0x559,0x54a,0x57b,_0x5642c1._0x56275a)]=function(_0x1f923b,_0x3ec2de){return _0x1f923b===_0x3ec2de;},_0x1f7335[_0x3761b6(_0x5642c1._0x2ea39d,0x5c1,0x53f,_0x5642c1._0x31c457)]=_0x3761b6(0x553,_0x5642c1._0x12e38d,0x552,0x587);const _0xb93058=_0x1f7335,_0x36ab9b=_0x195907[_0x3761b6(0x549,_0x5642c1._0x3e5ec8,_0x5642c1._0x5ba8fe,_0x5642c1._0x210ff1)](_0x28cbd1,_0xb93058[_0x3761b6(_0x5642c1._0xd294ec,0x509,0x505,_0x5642c1._0x59cead)]),_0x158dfb=_0x195907['join'](DATA_DIR,_0xb93058[_0x20dbe8(0x530,0x4e4,_0x5642c1._0x58b3f2,0x553)]);function _0x3761b6(_0x5137a8,_0x384119,_0x52cf5a,_0xd570b2){return _0x457a(_0x5137a8-0x343,_0xd570b2);}const _0x17dd53=_0x195907[_0x3761b6(_0x5642c1._0x13f8dc,0x553,0x518,_0x5642c1._0x3d7543)](DATA_DIR,_0xb93058['MNxZN']);function _0x20dbe8(_0x34eb37,_0xf34cf2,_0x525426,_0x573f4d){return _0x457a(_0x34eb37-0x372,_0x525426);}let _0x467091;try{const _0xe94d6c=await _0x5063d7[_0x3761b6(0x557,0x59b,_0x5642c1._0x566589,_0x5642c1._0x5baeb8)](_0x36ab9b,_0xb93058[_0x3761b6(0x4f4,0x4f3,0x4f4,_0x5642c1._0x566589)]);_0x467091=JSON['parse'](_0xe94d6c);}catch(_0xb6d4c2){if(_0xb93058[_0x3761b6(_0x5642c1._0x133a57,0x57d,_0x5642c1._0x20b3f1,_0x5642c1._0x291278)](_0xb6d4c2[_0x20dbe8(_0x5642c1._0x371b50,0x4fe,_0x5642c1._0x4a1cfb,_0x5642c1._0x25eed9)],_0x20dbe8(_0x5642c1._0x1e706d,0x5aa,0x580,0x5ae))){if(_0xb93058['euqHC'](_0xb93058[_0x20dbe8(0x513,_0x5642c1._0x3a7231,0x50e,_0x5642c1._0x4f9db2)],_0xb93058['siLFq'])){logger['debug'](_0x20dbe8(_0x5642c1._0x3959c9,0x518,0x51c,0x50b)+_0x3761b6(_0x5642c1._0x1cc6d4,0x59b,_0x5642c1._0x48aed8,0x55d)+_0x20dbe8(_0x5642c1._0x4a1cfb,0x560,0x574,_0x5642c1._0x535038)+'\x20skipping\x20'+_0x20dbe8(0x56a,_0x5642c1._0x22852f,0x521,_0x5642c1._0x50dec9)+_0x3761b6(0x512,0x530,0x526,0x4c2));return;}else _0x381025[_0x3761b6(0x540,_0x5642c1._0x4ac05d,0x53a,_0x5642c1._0x52aa3c)](_0xb93058[_0x20dbe8(_0x5642c1._0x299572,0x5e1,_0x5642c1._0x32570b,0x581)]);}const _0xf4711={};_0xf4711['error']=_0xb6d4c2[_0x3761b6(0x510,0x54b,0x4d3,0x4c7)],logger['warn'](_0xb93058[_0x3761b6(0x548,0x534,_0x5642c1._0x4ffc1a,_0x5642c1._0x38f232)],_0xf4711);return;}let _0x1452b7=![];try{await _0x5063d7[_0x20dbe8(_0x5642c1._0x4f89e5,_0x5642c1._0x530500,0x587,0x577)](_0x158dfb),logger[_0x3761b6(0x540,_0x5642c1._0x12ba51,0x52b,_0x5642c1._0x13f650)](_0x3761b6(0x4e0,0x4ac,_0x5642c1._0x1fe3eb,0x4a5)+_0x20dbe8(0x540,0x515,0x536,_0x5642c1._0x1fcc7a)+_0x20dbe8(0x596,0x5a0,_0x5642c1._0x52aa3c,0x54b)+_0x20dbe8(0x51a,0x4df,_0x5642c1._0x4de8a0,0x52b)+'\x20skipping');}catch{try{if(_0xb93058[_0x3761b6(_0x5642c1._0x38d189,0x532,_0x5642c1._0x5a70db,0x527)]!=='aKmkF'){const _0x39f32={};_0x39f32[_0x20dbe8(_0x5642c1._0x299de8,0x5a1,_0x5642c1._0x31c457,0x570)]=_0x467091[_0x20dbe8(_0x5642c1._0xbdf4f1,_0x5642c1._0x365f4c,0x592,0x5be)],_0x39f32[_0x3761b6(0x52c,0x566,_0x5642c1._0x4bedb8,0x56d)+'t']=_0x467091[_0x3761b6(0x52c,_0x5642c1._0x15e313,_0x5642c1._0x30ef3f,0x542)+'t'];const _0x5edf19=_0x39f32,_0x5a14c9={};_0x5a14c9[_0x20dbe8(0x518,0x536,_0x5642c1._0x13f8dc,_0x5642c1._0x54b249)]=0x180,await _0x5063d7['writeFile'](_0x158dfb,JSON[_0x20dbe8(0x56c,_0x5642c1._0x5cd699,0x579,0x5a4)](_0x5edf19,null,-0x1*-0xd+-0xf53+0xf48),_0x5a14c9),_0x1452b7=!![];const _0x4c3987={};_0x4c3987[_0x3761b6(_0x5642c1._0x3b7094,0x537,0x5aa,_0x5642c1._0x3d03b6)]=_0x158dfb,logger[_0x20dbe8(0x584,0x5a1,0x5ae,0x567)](_0x20dbe8(0x533,_0x5642c1._0x4a1cfb,_0x5642c1._0x5a70db,_0x5642c1._0x23c4d4)+_0x3761b6(_0x5642c1._0x3bf6e7,_0x5642c1._0x55045e,0x4ff,0x4e7)+'n\x20to\x20DATA_'+'DIR',_0x4c3987);}else _0x397527[_0x20dbe8(0x56f,0x526,0x567,0x571)](_0xb93058[_0x20dbe8(_0x5642c1._0x22694f,_0x5642c1._0x1205f0,_0x5642c1._0x3a2f77,_0x5642c1._0x2dc71a)]);}catch(_0x21a5c4){const _0x2c0fd4={};_0x2c0fd4['error']=_0x21a5c4[_0x20dbe8(0x53f,_0x5642c1._0x2ae77f,0x52c,0x553)],logger[_0x3761b6(_0x5642c1._0x1a9497,_0x5642c1._0x4884e7,0x48f,_0x5642c1._0x1ae33f)](_0x20dbe8(0x527,_0x5642c1._0x3e90b3,_0x5642c1._0x484414,_0x5642c1._0x5cd699)+'migrate\x20li'+'cense.json',_0x2c0fd4);}}try{if(_0xb93058[_0x20dbe8(0x528,0x575,0x521,0x546)]===_0xb93058['EgiUe'])await _0x5063d7[_0x20dbe8(_0x5642c1._0x4f89e5,_0x5642c1._0x32362f,0x56f,0x5d0)](_0x17dd53),logger[_0x3761b6(_0x5642c1._0x56d345,0x589,0x50c,_0x5642c1._0x5cd699)](_0xb93058['HclAe']);else{const _0x1f72df={};_0x1f72df['error']=_0x3643f4[_0x3761b6(_0x5642c1._0x458c29,0x556,_0x5642c1._0x56074f,_0x5642c1._0x34861d)],_0x14bf57[_0x3761b6(_0x5642c1._0x5a70db,0x549,_0x5642c1._0x28e6de,_0x5642c1._0x276510)](_0xb93058[_0x20dbe8(0x534,0x56c,0x51a,_0x5642c1._0x2a269a)],_0x1f72df);}}catch{if(_0xb93058[_0x20dbe8(0x5a5,0x5cd,_0x5642c1._0x52c5ec,_0x5642c1._0x30dbe0)]!==_0xb93058[_0x3761b6(0x576,_0x5642c1._0x3b4527,_0x5642c1._0x268691,0x553)]){const _0xe2e8f={};_0xe2e8f['error']=_0x1c8715[_0x3761b6(_0x5642c1._0x28e6de,_0x5642c1._0x9684b8,0x522,0x4f0)],_0x34995b[_0x20dbe8(_0x5642c1._0x2b5877,0x4f6,0x4be,0x4cc)](_0xb93058[_0x20dbe8(0x521,_0x5642c1._0x182056,_0x5642c1._0xb680df,0x4d6)],_0xe2e8f);}else{if(_0x467091[_0x3761b6(0x541,0x51d,_0x5642c1._0x59ac73,0x534)]&&_0xb93058[_0x20dbe8(_0x5642c1._0x43f980,_0x5642c1._0x21b61e,_0x5642c1._0x534193,0x52b)](Object[_0x3761b6(0x516,_0x5642c1._0x3a0586,0x562,_0x5642c1._0x19c358)](_0x467091['agents'])[_0x3761b6(_0x5642c1._0x646af4,0x4fd,0x4d2,_0x5642c1._0x3a7231)],-0x1*-0x1de6+0x1d8f+0x1*-0x3b75))try{if(_0xb93058[_0x20dbe8(_0x5642c1._0x38a3d0,_0x5642c1._0x207bd4,_0x5642c1._0x2971e4,_0x5642c1._0xc0f455)]===_0xb93058['cpqit']){const _0x7a448f={};_0x7a448f[_0x3761b6(_0x5642c1._0x4437d0,0x4cc,0x4a7,_0x5642c1._0x2516b9)]=0x180,await _0x5063d7['writeFile'](_0x17dd53,JSON[_0x3761b6(_0x5642c1._0x9775ab,_0x5642c1._0x35b960,0x541,_0x5642c1._0x4385c2)](_0x467091[_0x3761b6(_0x5642c1._0x3117f6,0x550,_0x5642c1._0x3353e2,0x53d)],null,-0x2*0x35+0x119*0x19+-0x1b05*0x1),_0x7a448f);const _0xb4efa5={};_0xb4efa5['target']=_0x17dd53,logger['info'](_0xb93058[_0x20dbe8(0x5a3,0x55c,0x577,0x5ea)],_0xb4efa5);}else{const _0x5f4350={};_0x5f4350[_0x3761b6(_0x5642c1._0x2971e4,_0x5642c1._0x269f56,0x4fd,_0x5642c1._0x5776bd)]=_0x47bcc2['message'],_0x1ca32a[_0x20dbe8(_0x5642c1._0x3ec172,_0x5642c1._0x4cd5e0,_0x5642c1._0x269f56,0x517)]('Failed\x20to\x20'+_0x3761b6(0x4f7,_0x5642c1._0x7a86eb,0x4c4,_0x5642c1._0xb2b070)+_0xfb1820,_0x5f4350);}}catch(_0x2bc869){const _0x26b159={};_0x26b159[_0x20dbe8(_0x5642c1._0x5b7734,0x4df,_0x5642c1._0x58d548,_0x5642c1._0xf54731)]=_0x2bc869['message'],logger[_0x3761b6(_0x5642c1._0x1a9497,_0x5642c1._0x246c8d,_0x5642c1._0x213199,_0x5642c1._0x4f53b4)](_0xb93058[_0x3761b6(_0x5642c1._0x4e2c68,_0x5642c1._0xe274b5,_0x5642c1._0x4f53b4,0x4ff)],_0x26b159);}else _0xb93058[_0x20dbe8(_0x5642c1._0x4f6d82,0x5a2,_0x5642c1._0xf80b5a,0x543)](_0x3761b6(_0x5642c1._0x576916,0x4f0,0x503,_0x5642c1._0x3ec172),_0xb93058[_0x3761b6(_0x5642c1._0x27c0ff,0x5b5,0x597,0x576)])?_0x474ad0[_0x3761b6(0x555,0x516,0x534,0x5a5)](_0xb93058[_0x20dbe8(0x524,_0x5642c1._0x5d8457,0x4ea,0x529)]):logger['debug'](_0xb93058[_0x20dbe8(0x555,_0x5642c1._0x43ac31,_0x5642c1._0xc28958,_0x5642c1._0x18fc5f)]);}}_0x1452b7&&logger[_0x20dbe8(0x56f,0x561,0x584,0x5b4)](_0xb93058[_0x20dbe8(_0x5642c1._0x299572,0x567,0x588,0x592)]);}async function migrateSimpleFile(_0x2fba5f,_0x56aaee,_0x3d1b7d={}){const _0x3b0312={_0x1fa224:0x201,_0x7bc21f:0x268,_0x5a47da:0x25b,_0x4dfa6d:0xf1,_0x442e7c:0x13e,_0x3b5386:0x1db,_0x5bf350:0xaf,_0x506177:0xed,_0x3d9556:0xcd,_0x4f6a31:0xc4,_0x1a2ccc:0x93,_0x254b61:0x97,_0x41d96e:0xa2,_0xed6f55:0xc1,_0x516a7d:0xe3,_0xfde063:0xbb,_0x56780e:0xc7,_0x4bd5ec:0x108,_0x23543a:0x103,_0x235b79:0x251,_0x466474:0x1ff,_0x235b06:0x1ca,_0xc41a87:0x75,_0x5a53a1:0x86,_0x27cfae:0x212,_0x2ce8b6:0x22e,_0x1c0558:0x1ed,_0x481c15:0x1a3,_0x46eda2:0x1f3,_0x3c882a:0x1d6,_0x4717e1:0x1ad,_0x28b0f4:0x1a6,_0x486b9e:0x1f0,_0x1e1ea6:0x1b1,_0x257be3:0x1cc,_0x1cc134:0xbf,_0x11fea4:0xe7,_0x38b685:0x7a,_0x37838b:0x20f,_0x5111f7:0x200,_0x3662b2:0x1cc,_0x56daf4:0x233,_0x4e7bdd:0x217,_0x277e5f:0x206,_0x1b4c13:0x1cf,_0x1f9319:0xf6,_0x5d3a24:0x3c,_0x52c434:0x88,_0x52f1e9:0x78,_0xc071d4:0xa6,_0x5c4458:0xd3,_0x487dbb:0x98,_0x440566:0xc2,_0x251d28:0xa5,_0x571df5:0xc0,_0x15418b:0x9f,_0x31095a:0xd7,_0x11a7fb:0x249,_0x272373:0x21c,_0x24d874:0x25b,_0x44f1eb:0x208,_0x491b5a:0x254,_0x4da1a2:0x8f,_0x5814e7:0x6e,_0x387328:0xbc,_0x53f72f:0xd0,_0x3df630:0x10c,_0x3edf9a:0x21d,_0x53853d:0x215,_0x18b8b2:0xad,_0x2e1e36:0x9e,_0x45a0e6:0xeb,_0x4e78bd:0x109,_0x2e457e:0x19b,_0x537fca:0x19b,_0x30d915:0x1ea,_0x475493:0x1a2,_0x3bc45e:0x70,_0x4baeb8:0xaa,_0x3505d4:0x9d,_0x2ff042:0x171,_0x18f5e0:0x1a3,_0x586dc3:0x1f3,_0x2cb726:0x1ea,_0x4edaf9:0x95,_0x1fb12e:0x9d,_0x344ced:0x87,_0x5b499b:0xea,_0x2a576b:0x221,_0x5e72c:0x1fa},_0x442fd8={_0x3e9b1b:0x145},_0x431790={_0xb98c17:0xa},_0x3c283a={};function _0x44337d(_0x54c098,_0x3842a0,_0x5f1ca5,_0x50fde3){return _0x457a(_0x3842a0- -_0x431790._0xb98c17,_0x50fde3);}_0x3c283a['uCrpF']=_0x44337d(_0x3b0312._0x1fa224,0x220,_0x3b0312._0x7bc21f,_0x3b0312._0x5a47da)+_0x4b93e9(_0x3b0312._0x4dfa6d,0xd5,0xc9,_0x3b0312._0x442e7c)+_0x44337d(0x17a,0x196,_0x3b0312._0x3b5386,0x183)+_0x4b93e9(_0x3b0312._0x5bf350,_0x3b0312._0x506177,0x74,0x95)+_0x4b93e9(0x94,_0x3b0312._0x3d9556,0xa5,0x95),_0x3c283a['JQxrY']=function(_0x5ef11a,_0x172971){return _0x5ef11a!==_0x172971;},_0x3c283a[_0x4b93e9(_0x3b0312._0x4f6a31,_0x3b0312._0x1a2ccc,0xbc,0x9b)]=_0x4b93e9(_0x3b0312._0x254b61,0xbd,_0x3b0312._0x41d96e,0xc3),_0x3c283a['KZuIP']='utf-8',_0x3c283a['TDEPp']=function(_0x5d0913,_0x4b9b11){return _0x5d0913!==_0x4b9b11;};const _0x63ed29=_0x3c283a,_0x4cbabe=_0x195907[_0x4b93e9(_0x3b0312._0xed6f55,0xd2,_0x3b0312._0x516a7d,0xf4)](_0x2fba5f,_0x56aaee),_0x4e151e=_0x195907[_0x4b93e9(_0x3b0312._0xed6f55,0xf0,0xf5,0x10e)](DATA_DIR,_0x56aaee);try{if(_0x63ed29[_0x4b93e9(_0x3b0312._0xfde063,_0x3b0312._0x56780e,_0x3b0312._0x4bd5ec,_0x3b0312._0x23543a)](_0x63ed29['Qrgii'],_0x63ed29[_0x44337d(_0x3b0312._0x235b79,_0x3b0312._0x466474,0x1f1,_0x3b0312._0x235b06)])){_0x7abbd5[_0x4b93e9(0xb8,_0x3b0312._0xc41a87,_0x3b0312._0x5a53a1,0xe0)](_0x63ed29['uCrpF']);return;}else{await _0x5063d7[_0x44337d(_0x3b0312._0x27cfae,_0x3b0312._0x2ce8b6,_0x3b0312._0x1c0558,0x263)](_0x4e151e),logger[_0x44337d(_0x3b0312._0x481c15,_0x3b0312._0x46eda2,0x219,0x1d3)](_0x56aaee+(_0x44337d(0x187,_0x3b0312._0x3c882a,_0x3b0312._0x4717e1,_0x3b0312._0x28b0f4)+'xists\x20in\x20D'+_0x44337d(_0x3b0312._0x486b9e,_0x3b0312._0x1e1ea6,0x18f,0x1be)+'kipping'));return;}}catch{}try{await _0x5063d7['access'](_0x4cbabe);}catch{logger['debug'](_0x44337d(0x22c,0x1e6,_0x3b0312._0x257be3,0x19c)+_0x56aaee+(_0x4b93e9(_0x3b0312._0x1cc134,0xff,0xe3,0xa4)+_0x4b93e9(0xca,_0x3b0312._0x11fea4,0x10f,0xcd)+_0x4b93e9(_0x3b0312._0x38b685,0xba,0xad,0x90)+_0x44337d(_0x3b0312._0x37838b,_0x3b0312._0x5111f7,_0x3b0312._0x3662b2,_0x3b0312._0x56daf4)));return;}function _0x4b93e9(_0x4a33a8,_0x23c74e,_0x3016b1,_0x4a85f7){return _0x457a(_0x4a33a8- -_0x442fd8._0x3e9b1b,_0x23c74e);}try{const _0x2d0c0f=await _0x5063d7[_0x44337d(_0x3b0312._0x4e7bdd,0x20a,_0x3b0312._0x277e5f,_0x3b0312._0x1b4c13)](_0x4cbabe,_0x63ed29[_0x4b93e9(0xe6,0xb9,0xca,_0x3b0312._0x1f9319)]),_0x3c7442=_0x3d1b7d[_0x4b93e9(0x86,_0x3b0312._0x5d3a24,0x4c,_0x3b0312._0x52c434)+'s']?{'mode':_0x3d1b7d[_0x4b93e9(_0x3b0312._0x5a53a1,_0x3b0312._0x52f1e9,_0x3b0312._0xc071d4,_0x3b0312._0x5a53a1)+'s']}:{};await _0x5063d7[_0x4b93e9(_0x3b0312._0x5c4458,_0x3b0312._0x487dbb,0xa7,_0x3b0312._0x440566)](_0x4e151e,_0x2d0c0f,_0x3c7442);const _0x5a7f8e={};_0x5a7f8e[_0x4b93e9(_0x3b0312._0x251d28,_0x3b0312._0x571df5,_0x3b0312._0x15418b,_0x3b0312._0x31095a)]=_0x4cbabe,_0x5a7f8e[_0x44337d(_0x3b0312._0x11a7fb,_0x3b0312._0x272373,0x232,_0x3b0312._0x24d874)]=_0x4e151e,logger[_0x44337d(0x23d,_0x3b0312._0x44f1eb,0x1f6,_0x3b0312._0x491b5a)](_0x4b93e9(_0x3b0312._0x4da1a2,_0x3b0312._0x5814e7,0xdf,_0x3b0312._0x387328)+_0x56aaee+(_0x4b93e9(_0x3b0312._0x53f72f,_0x3b0312._0x3df630,_0x3b0312._0x56780e,_0x3b0312._0x5bf350)+'IR'),_0x5a7f8e);}catch(_0x38e216){if(_0x63ed29[_0x44337d(0x1b4,0x1f7,_0x3b0312._0x3edf9a,_0x3b0312._0x53853d)](_0x4b93e9(_0x3b0312._0x18b8b2,0xa1,_0x3b0312._0x2e1e36,_0x3b0312._0x45a0e6),_0x4b93e9(0xe3,0x11e,0xa2,_0x3b0312._0x4e78bd))){const _0x39aa3b={};_0x39aa3b[_0x44337d(0x17f,_0x3b0312._0x2e457e,0x1ac,_0x3b0312._0x537fca)]=_0x38e216[_0x44337d(_0x3b0312._0x30d915,0x1c3,_0x3b0312._0x475493,0x1e6)],logger[_0x44337d(0x1c2,0x192,0x172,0x1ca)](_0x4b93e9(_0x3b0312._0x3bc45e,_0x3b0312._0x4baeb8,_0x3b0312._0x3505d4,0xaa)+_0x44337d(0x16e,0x1aa,0x168,_0x3b0312._0x2ff042)+_0x56aaee,_0x39aa3b);}else{_0x2f7abe[_0x44337d(_0x3b0312._0x18f5e0,_0x3b0312._0x586dc3,_0x3b0312._0x2cb726,0x20c)](_0x4b93e9(0xab,_0x3b0312._0x4edaf9,_0x3b0312._0x1fb12e,_0x3b0312._0x344ced)+_0x5ada2e+(_0x4b93e9(_0x3b0312._0x1cc134,0x75,0xd1,0x7a)+_0x4b93e9(0xca,0x8a,0xeb,_0x3b0312._0x5b499b)+_0x4b93e9(0x7a,0x80,0xb4,0xbd)+_0x44337d(_0x3b0312._0x2a576b,_0x3b0312._0x5111f7,0x22c,_0x3b0312._0x5e72c)));return;}}}function _0x533c(){const _0x56727c=['DgfYz2v0','twLNCMf0zwqGyq','uvjYEgy','CMvTB3zLic5JCG','tM8GC2v0DxaGCa','s1P1sva','zePUC1m','mJyWnJK0t3vcCg9P','A0vdqxO','y2vUC2uUANnVBG','mtHQtej0D0G','sxrfqNe','s2LJquC','CxjZww8','z2fJEsaUz2L0lq','ru5pru5u','yxrOihbYB3zPza','q291BgqGBM90ia','ywnJzxnZ','B2rLBhmGBwLNCG','y0Xbz2u','y1fQwwu','mJG2mJbWtvDkuvC','CMLuvgS','BxbSzxrL','D2fYBG','BgLJzw5Zzs5QCW','AwHnA1e','mZq4mJDbwNfADgC','zwqSihnRAxbWAq','DeHTrKC','BgvUz3rO','y29Kzq','lMDPDc1WCM92Aq','zxjYB3i','Bw9Kzq','tM8GBgLJzw5Zzq','ierbvefFreLsla','CYb0BYbeqvrbxW','CgvYlwTLEsbMCG','ue5RtNa','B2LKyY5QC29U','lMnYzwrLBNrPyq','zwXWzxiTA2v5','BuD1y0G','ChjVDMLKzxiTCW','rMfPC3q','sefMCwm','reLs','BwLNCMf0zsa','rMfPBgvKihrVia','rwDPvwu','tM8GywDLBNrZia','CMf0Aw9UignOzq','y3bXAxq','BsbZzxr1CcbYzq','qvrbx0rjuIWGCW','zY5QC29U','zwnYzxrZigzYBW','tLzbwfa','CgLUzYbTAwDYyq','CKjWz24','twLNCMf0zwqGBa','DurAr2C','z2fJEsaUy3jLza','sgnSqwu','BwLNCMf0zsbSAq','C210Cc1JB25MAq','zw50lw1VzgvSCW','zxr1CcbYzxbVla','Dw1Xyvy','uMvTB3zLzcbSzq','CgvYBwLZC2LVBG','z3jHDgLVBIbJBW','BwvZC2fNzq','B24GywXYzwfKEq','z3jHDgLVBG','zxbV','t09WEhO','CMvTB3zLic5NAq','A2v5CW','twLNCMf0zwqG','zwrLBNrPywWTAa','ywDLBNqTBw9Kzq','qNflqNu','rNP1Egi','BwLNCMf0Aw9U','mtaZnJq3menbCwnkqq','B2vvsNG','ChPzBLO','EKLxC1e','zgf0yurPCG','rLLrBg4','igfSCMvHzhKGzq','mZC3mdm3qwXKuvfM','s09cru8','vLrPCfK','wuzHwLu','BgHVu1K','CMvHzhKGzxHPCW','DhmGAw4Grefuqq','AwnLBNnLlMPZBW','Aw5ZDgfSBgvKqq','C291CMnL','C0ffuMG','DgvkEfa','y29UzMLNigLUia','DgLVBIbJAgvJAW','Dc1WCM92AwrLCG','tM8G','ihnRAxbWAw5Nia','BfDSveO','CMvJDxjZAxzL','BMCGy29UzMLNia','v0rOq3q','BNHNBgy','CMvHzcbSAwnLBG','BgLJzw5ZzsbTAq','EKjSEgC','C3rYAw5NAwz5','BhmUANnVBIbHBa','B20GC2v0DxaGCG','zgvIDwC','ywDLBNrZ','C2LmrNe','sLf4CLK','verfuha','A2v5','Bw1Hzue','igLUihnLDhvWia','yKPks0m','AM9PBG','lMPZB24','zxvXsem','uxjNAwK','DgLVBG','tgLJzw5ZzsbTAq','mZjvzgLAzNe','mtu4mZy2n3rxtK1ytG','BhmUANnVBG','CMvWBYWGC2TPCa','vLD6rMy','rxjOvei','Aw5MBW','u3fMqLG','CMvHzezPBgu','ihrVierbvefFra','rNDTyKu','zw50AwfSlwHLBa','D3jPDgvgAwXL','vvLdEe0','C2v0DxbqyxrO','z1veAe8','DKrdzxm','y2SGy29TCgXLDa','zgvYlxnLy3jLDa','odC0mtyWEKrUweDn','BwLNCMf0zsbHzW','lMPZB24GAw4GCW','qvzvC2i','Dw5SAw5R','igv4Axn0CYbPBG','DxrMltG'];_0x533c=function(){return _0x56727c;};return _0x533c();}function _0x457a(_0x2b61b9,_0x2e1f6a){_0x2b61b9=_0x2b61b9-(0x1*-0x1a11+0x1dd7+-0x22b);const _0x59765c=_0x533c();let _0x367d7e=_0x59765c[_0x2b61b9];if(_0x457a['zWEZWI']===undefined){var _0xdbc430=function(_0x42a55c){const _0x19d092='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2bbb8f='',_0x2af7fd='';for(let _0x3b7886=-0x1e79+0x1*0x1f4f+-0xd6,_0x30de4c,_0x579e21,_0x5560dc=-0x11c+0x4c8+-0x3ac;_0x579e21=_0x42a55c['charAt'](_0x5560dc++);~_0x579e21&&(_0x30de4c=_0x3b7886%(0x17c1+-0x72e*0x4+0x5*0xff)?_0x30de4c*(0x5e7*-0x2+0x5*0x270+-0x22)+_0x579e21:_0x579e21,_0x3b7886++%(-0xd25+-0x3*-0x2ab+-0x1*-0x528))?_0x2bbb8f+=String['fromCharCode'](0x235d+-0x14*0xb7+-0x1412&_0x30de4c>>(-(0x1a*0xc2+0x16*0x19f+-0xc*0x49d)*_0x3b7886&0x22c2+-0xba+-0x2202)):0x1dd2+0x1357+-0x3129){_0x579e21=_0x19d092['indexOf'](_0x579e21);}for(let _0x22ceab=0xa3*-0x39+-0x1b89+0x3fd4,_0x326986=_0x2bbb8f['length'];_0x22ceab<_0x326986;_0x22ceab++){_0x2af7fd+='%'+('00'+_0x2bbb8f['charCodeAt'](_0x22ceab)['toString'](0x29d+-0x1605+0x1378))['slice'](-(-0xdb*0x1e+0xf*0x1f3+-0x391));}return decodeURIComponent(_0x2af7fd);};_0x457a['tbaTXE']=_0xdbc430,_0x457a['FdSYwz']={},_0x457a['zWEZWI']=!![];}const _0x339299=_0x59765c[0x290+0x59*-0x4a+0x172a],_0x230063=_0x2b61b9+_0x339299,_0x4cce53=_0x457a['FdSYwz'][_0x230063];return!_0x4cce53?(_0x367d7e=_0x457a['tbaTXE'](_0x367d7e),_0x457a['FdSYwz'][_0x230063]=_0x367d7e):_0x367d7e=_0x4cce53,_0x367d7e;}async function cleanupLegacyFiles(_0x4b2472){const _0x3e2b30={_0x462a07:0x167,_0x1b37cf:0x40b,_0x34352c:0x411,_0x33a7d3:0x151,_0x739cd2:0x141,_0x50ee16:0x1a1,_0xdf2cf7:0x164,_0x198e88:0x3cd,_0x12f813:0x38a,_0x11de49:0x3ab,_0x393583:0x177,_0x43f39a:0x133,_0x4d88a6:0x161,_0x585375:0x13a,_0x25129b:0x40e,_0x583d63:0x14e,_0x28bb3d:0x114,_0x1726bf:0x115,_0x56bb79:0x103,_0x559732:0xd4,_0x5f0f99:0x154,_0x271bb6:0x18b,_0x9620b5:0x16d,_0x2a8a4c:0x3f3,_0x3ce534:0x416,_0x557bc4:0x3b3,_0x3bec21:0x386,_0xf977b:0x33c,_0x3b8048:0x35e,_0x21f805:0x3d8,_0x21002b:0x38e,_0x352096:0x3ac,_0xf051e6:0x3eb,_0x4843a6:0x3f8,_0xc624f5:0x395,_0x1ffee6:0x144,_0x375c34:0x102,_0x18609f:0xb7,_0x54d760:0x10d,_0x5d2557:0x3c8,_0x52e537:0x3b4,_0x1efe5a:0x3a6,_0x5be6ea:0x3e8,_0x27348e:0xfc,_0x5da775:0x115,_0x3c3e3c:0x173,_0x524035:0x18d,_0x486e2e:0x12a,_0x5bcef5:0x126,_0x2fb13d:0xf9,_0x5872fd:0xff,_0x468c97:0x10a,_0x45e3eb:0x3cb,_0x3a09c6:0x3e2,_0x502606:0x3ad,_0x434606:0x3b2,_0x251eae:0x389,_0x2b2ef1:0x353,_0x1d1287:0x384,_0xfa27f5:0x38c,_0x32d572:0x14f,_0x5e028a:0x33d,_0x2c1217:0x3b5,_0xbd3ef6:0x163,_0xa85aaa:0x189,_0x366c07:0x1a6,_0x1ccad7:0x194,_0x489dfb:0x149,_0x379ae9:0x37c,_0x475b3c:0x382,_0x2bf456:0x3bf,_0x10cba7:0x114,_0x5834b3:0x151,_0x51fa41:0x3ee,_0x46de78:0x3c0,_0x57605f:0x397,_0x236dfe:0x198,_0x22a1f3:0x333,_0x1ae73a:0x359,_0xf407ba:0x17b,_0x2eeef1:0x13b,_0x41cb1e:0xba,_0x5ebb64:0x11f,_0x4f64aa:0x153,_0x1c8379:0x102,_0x52b36b:0x1a1,_0x453d55:0x15b,_0x14d362:0x141,_0xbbe4d5:0x182,_0x581229:0x134,_0x52e1ec:0x1bd,_0x3174a0:0x143,_0x1051c2:0x155,_0x51a33a:0x3fa,_0x2e5e4f:0x438,_0x57cdb0:0x3ec,_0x3fbbc4:0xf5,_0x7e450d:0x13d,_0x4e9c53:0xef,_0x4d0048:0x160,_0x2daa6d:0x3bf,_0x3b44ac:0x373,_0x295bfb:0x414,_0x567738:0x45f,_0x5399df:0x3ea,_0x3f7a8a:0x3d9,_0x4843a7:0x3ef,_0x8e1b9a:0x388,_0x2af428:0x118,_0x13cc3d:0x11e,_0x22b82f:0x139,_0x24fca8:0x3b4,_0x23922d:0x385,_0x3e7b21:0x3a0,_0x476bcd:0x381,_0x41a68e:0x37f,_0xa3619d:0x39a,_0x51518f:0x3da,_0x103e4a:0x3cc},_0x2900e9={_0x51ba66:0x330},_0x117ea2={_0x3b6b1a:0x1dc},_0x55cb58={};_0x55cb58['oeUJx']='Failed\x20to\x20'+_0x3295ad(-_0x3e2b30._0x462a07,-0x16b,-0x1bc,-0x175)+_0x530b2c(_0x3e2b30._0x1b37cf,0x3ea,0x3f3,_0x3e2b30._0x34352c),_0x55cb58[_0x3295ad(-0x15a,-_0x3e2b30._0x33a7d3,-_0x3e2b30._0x739cd2,-0x11a)]=_0x3295ad(-0x14f,-0x189,-0x199,-0x15a)+'.json\x20in\x20s'+_0x3295ad(-_0x3e2b30._0x50ee16,-0x168,-0x182,-_0x3e2b30._0xdf2cf7)+_0x530b2c(_0x3e2b30._0x198e88,0x3c2,_0x3e2b30._0x12f813,_0x3e2b30._0x11de49)+_0x3295ad(-0x108,-0x138,-_0x3e2b30._0x393583,-_0x3e2b30._0x43f39a)+_0x3295ad(-0x15d,-_0x3e2b30._0x4d88a6,-0x164,-_0x3e2b30._0x585375),_0x55cb58[_0x530b2c(0x3d2,0x3c9,_0x3e2b30._0x25129b,0x41b)]=_0x3295ad(-0x18a,-_0x3e2b30._0x583d63,-0xfd,-0x126),_0x55cb58[_0x3295ad(-_0x3e2b30._0x28bb3d,-_0x3e2b30._0x1726bf,-_0x3e2b30._0x56bb79,-_0x3e2b30._0x559732)]=_0x3295ad(-_0x3e2b30._0x5f0f99,-0x166,-0x169,-_0x3e2b30._0x271bb6)+_0x3295ad(-0x151,-_0x3e2b30._0x9620b5,-0x160,-0x194)+_0x530b2c(_0x3e2b30._0x2a8a4c,_0x3e2b30._0x3ce534,_0x3e2b30._0x557bc4,0x3be)+_0x530b2c(_0x3e2b30._0x3bec21,_0x3e2b30._0xf977b,0x37b,_0x3e2b30._0x3b8048)+_0x530b2c(_0x3e2b30._0x21f805,0x3aa,0x418,_0x3e2b30._0x21002b)+_0x530b2c(_0x3e2b30._0x352096,_0x3e2b30._0xf051e6,_0x3e2b30._0x4843a6,_0x3e2b30._0xc624f5),_0x55cb58[_0x3295ad(-0x16f,-0x14c,-_0x3e2b30._0x1ffee6,-0x165)]=function(_0x45edc2,_0x261be2){return _0x45edc2!==_0x261be2;},_0x55cb58[_0x3295ad(-0xf0,-_0x3e2b30._0x375c34,-0x118,-0xf9)]=_0x3295ad(-0x10d,-0xfb,-_0x3e2b30._0x18609f,-_0x3e2b30._0x54d760),_0x55cb58[_0x530b2c(_0x3e2b30._0x5d2557,0x37f,_0x3e2b30._0x21f805,0x415)]=function(_0x140a75,_0x2c6741){return _0x140a75===_0x2c6741;},_0x55cb58[_0x3295ad(-0x11c,-0x159,-0x184,-0x125)]=_0x530b2c(0x387,0x377,0x3d6,0x374);function _0x530b2c(_0x527e9f,_0x54ee6a,_0x46937c,_0x4ebbac){return _0x457a(_0x527e9f-_0x117ea2._0x3b6b1a,_0x54ee6a);}_0x55cb58[_0x530b2c(_0x3e2b30._0x52e537,_0x3e2b30._0x12f813,0x36c,0x397)]=_0x530b2c(_0x3e2b30._0x1efe5a,_0x3e2b30._0x5be6ea,0x355,0x3e8)+_0x3295ad(-0x128,-_0x3e2b30._0x27348e,-0x103,-_0x3e2b30._0x5da775)+'provider-s'+_0x3295ad(-_0x3e2b30._0x393583,-_0x3e2b30._0x3c3e3c,-_0x3e2b30._0x524035,-_0x3e2b30._0x486e2e)+_0x3295ad(-0x183,-0x176,-0x1a1,-_0x3e2b30._0x5bcef5)+'po',_0x55cb58[_0x530b2c(0x3ed,0x42e,0x3f4,0x41c)]=_0x3295ad(-0xca,-_0x3e2b30._0x2fb13d,-_0x3e2b30._0x5872fd,-_0x3e2b30._0x468c97)+'remove\x20.gi'+_0x530b2c(_0x3e2b30._0x45e3eb,0x3d2,0x3bc,0x3e3)+'-secrets';const _0xc74dd3=_0x55cb58;function _0x3295ad(_0x10f6d9,_0x1d33d0,_0x4da60e,_0x7f865d){return _0x457a(_0x1d33d0- -_0x2900e9._0x51ba66,_0x10f6d9);}const _0x413d2f=_0x195907[_0x530b2c(_0x3e2b30._0x3a09c6,0x397,_0x3e2b30._0x502606,_0x3e2b30._0x434606)](_0x4b2472,_0x530b2c(_0x3e2b30._0x251eae,_0x3e2b30._0x2b2ef1,_0x3e2b30._0x1d1287,_0x3e2b30._0xfa27f5)+'l-helper-k'+'ey');try{if(_0xc74dd3['nxglf']!==_0xc74dd3[_0x3295ad(-0x157,-0x13a,-_0x3e2b30._0x32d572,-0x138)]){const _0xab4fad={};_0xab4fad[_0x530b2c(0x381,0x38b,_0x3e2b30._0x5e028a,_0x3e2b30._0x2c1217)]=_0x5c356b[_0x3295ad(-0x17d,-_0x3e2b30._0xbd3ef6,-0x19c,-_0x3e2b30._0xa85aaa)],_0x3e9044[_0x3295ad(-_0x3e2b30._0x366c07,-_0x3e2b30._0x1ccad7,-0x19f,-_0x3e2b30._0x489dfb)](_0xc74dd3[_0x530b2c(0x3b7,_0x3e2b30._0x379ae9,_0x3e2b30._0x475b3c,_0x3e2b30._0x2bf456)],_0xab4fad);}else await _0x5063d7[_0x3295ad(-_0x3e2b30._0x43f39a,-0x10d,-_0x3e2b30._0x10cba7,-_0x3e2b30._0x5834b3)](_0x413d2f),logger[_0x530b2c(_0x3e2b30._0x51fa41,0x403,0x3be,0x3fe)](_0xc74dd3['gUDhO']);}catch(_0x1d0ee7){if(_0xc74dd3[_0x530b2c(_0x3e2b30._0x46de78,_0x3e2b30._0x57605f,0x3c7,0x38a)](_0x1d0ee7[_0x3295ad(-0x1c8,-0x18d,-0x169,-_0x3e2b30._0x236dfe)],_0xc74dd3['kECAz'])){const _0xd54cf3={};_0xd54cf3[_0x530b2c(0x381,_0x3e2b30._0x22a1f3,_0x3e2b30._0x1ae73a,0x377)]=_0x1d0ee7['message'],logger[_0x3295ad(-0x180,-0x133,-_0x3e2b30._0xf407ba,-_0x3e2b30._0x2eeef1)](_0x3295ad(-0xff,-_0x3e2b30._0x2fb13d,-_0x3e2b30._0x41cb1e,-_0x3e2b30._0x5ebb64)+_0x3295ad(-_0x3e2b30._0x4f64aa,-0x107,-_0x3e2b30._0x1c8379,-0xbf)+_0x3295ad(-_0x3e2b30._0x52b36b,-_0x3e2b30._0x453d55,-0x117,-_0x3e2b30._0x14d362)+_0x3295ad(-0x179,-_0x3e2b30._0xbbe4d5,-_0x3e2b30._0x581229,-_0x3e2b30._0x52e1ec),_0xd54cf3);}}const _0x543537=_0x195907[_0x3295ad(-_0x3e2b30._0x3174a0,-0x12a,-0x168,-0xdd)](_0x4b2472,_0x3295ad(-0x185,-0x18c,-_0x3e2b30._0x1051c2,-0x1c2)+_0x530b2c(_0x3e2b30._0x51a33a,_0x3e2b30._0x2e5e4f,_0x3e2b30._0x57cdb0,0x3be)+'s');try{const _0x438c1f={};_0x438c1f[_0x3295ad(-_0x3e2b30._0x3fbbc4,-_0x3e2b30._0x7e450d,-_0x3e2b30._0x4e9c53,-_0x3e2b30._0x4d0048)]=!![],_0x438c1f['force']=!![],await _0x5063d7['rm'](_0x543537,_0x438c1f);try{if(_0xc74dd3['teJxP'](_0xc74dd3[_0x530b2c(0x3b3,0x377,_0x3e2b30._0x57cdb0,_0x3e2b30._0x2daa6d)],_0xc74dd3[_0x530b2c(0x3b3,_0x3e2b30._0x3b44ac,0x370,0x3a6)]))await _0x5063d7[_0x530b2c(_0x3e2b30._0x295bfb,_0x3e2b30._0x567738,0x3ca,_0x3e2b30._0x5399df)](_0x543537);else{_0x3306ac[_0x530b2c(_0x3e2b30._0x3f7a8a,0x3ee,_0x3e2b30._0x4843a7,_0x3e2b30._0x8e1b9a)](_0xc74dd3[_0x3295ad(-0x179,-_0x3e2b30._0x5834b3,-0x129,-_0x3e2b30._0x2af428)]);return;}}catch{logger[_0x3295ad(-0x110,-_0x3e2b30._0x13cc3d,-_0x3e2b30._0x22b82f,-0x12e)](_0xc74dd3[_0x530b2c(_0x3e2b30._0x24fca8,_0x3e2b30._0x557bc4,_0x3e2b30._0x23922d,_0x3e2b30._0x3e7b21)]);}}catch(_0x20eb98){const _0x431f51={};_0x431f51[_0x530b2c(_0x3e2b30._0x476bcd,0x359,_0x3e2b30._0x3e7b21,_0x3e2b30._0x41a68e)]=_0x20eb98['message'],logger[_0x530b2c(0x3d9,_0x3e2b30._0xa3619d,_0x3e2b30._0x5399df,0x3a5)](_0xc74dd3[_0x530b2c(0x3ed,_0x3e2b30._0x51518f,_0x3e2b30._0x103e4a,0x3ea)],_0x431f51);}}
@@ -1 +1 @@
1
- (function(_0x126827,_0x280674){const _0x1649f1={_0x79bf6e:0x3b9,_0x5436e7:0x3f7,_0x22419d:0x433,_0x1fdbaa:0x3d2,_0x4891c4:0x106,_0x365ea2:0xc8,_0x53467d:0xc3,_0x1dc06b:0xa7,_0x484afa:0xbd,_0x22c505:0x3c4,_0x571ee3:0x40d,_0x296182:0x415,_0x54db69:0xf2,_0x38a207:0xf8,_0x29b8f1:0xb3,_0x5527e4:0xe7,_0x564a60:0xae,_0x43cb9f:0x31,_0x476379:0x77,_0x2e418e:0x396,_0x2f8f07:0x394,_0x11a173:0x409},_0x4c915d={_0x1e42e9:0x1bb};function _0x1ef423(_0x2eb5ed,_0x288fa5,_0x4eac06,_0x3c5689){return _0x364e(_0x288fa5-0x2dd,_0x4eac06);}function _0x517629(_0x4ad9de,_0x20e05e,_0x4ad6fd,_0x23f537){return _0x364e(_0x4ad6fd- -_0x4c915d._0x1e42e9,_0x20e05e);}const _0x466201=_0x126827();while(!![]){try{const _0x267bc0=parseInt(_0x1ef423(_0x1649f1._0x79bf6e,_0x1649f1._0x5436e7,_0x1649f1._0x22419d,_0x1649f1._0x1fdbaa))/(-0x7*-0xb5+0x109c*0x2+-0x262a)*(parseInt(_0x517629(-_0x1649f1._0x4891c4,-_0x1649f1._0x365ea2,-_0x1649f1._0x53467d,-0x7f))/(0x1669+-0x1cdb*0x1+0x674))+-parseInt(_0x517629(-0x82,-_0x1649f1._0x1dc06b,-_0x1649f1._0x484afa,-0xdc))/(0x2*0xf79+0x4a*0x21+-0x2879)+-parseInt(_0x1ef423(0x3d5,_0x1649f1._0x22c505,_0x1649f1._0x571ee3,0x3d1))/(-0x1f8f+0x41b*-0x3+0x2be4)*(parseInt(_0x1ef423(_0x1649f1._0x571ee3,0x409,0x3f5,_0x1649f1._0x296182))/(-0x1ee3*0x1+-0xd69+0x2c51*0x1))+-parseInt(_0x517629(-_0x1649f1._0x54db69,-0x104,-_0x1649f1._0x38a207,-_0x1649f1._0x29b8f1))/(0x1b55+0x1*0x96d+0x2*-0x125e)+parseInt(_0x517629(-_0x1649f1._0x5527e4,-_0x1649f1._0x564a60,-0xb7,-0x71))/(0xfae+0x1*0xe99+-0x1e40)+parseInt(_0x517629(-_0x1649f1._0x43cb9f,-0x99,-_0x1649f1._0x476379,-0xad))/(-0x1801+-0x9f5*0x1+-0x1*-0x21fe)+parseInt(_0x1ef423(_0x1649f1._0x2e418e,0x3de,_0x1649f1._0x2f8f07,0x410))/(-0x1d03+0x38*-0x93+-0x2*-0x1e9a)*(-parseInt(_0x1ef423(_0x1649f1._0x11a173,0x3cb,0x3c9,0x39b))/(0x2370+0x2088+-0x43ee));if(_0x267bc0===_0x280674)break;else _0x466201['push'](_0x466201['shift']());}catch(_0xb09f69){_0x466201['push'](_0x466201['shift']());}}}(_0x5978,0x5726d+-0x5154d*0x1+0x30b3c));import _0x1cd6d3 from'dockerode';function _0x3ba95f(_0x25760d,_0x3762fa,_0x179a8b,_0x54e885){return _0x364e(_0x179a8b-0x1c2,_0x54e885);}import{logger}from'./logger.js';const CONTAINER_CREDENTIAL_SYNC_COMMAND='\x0aif\x20[\x20-d\x20/'+_0x3ba95f(0x344,0x33f,0x300,0x30b)+_0xde0c43(-0x59,-0x8d,-0x97,-0xc5)+_0x3ba95f(0x270,0x2c5,0x29a,0x27b)+_0xde0c43(-0xda,-0x106,-0xc5,-0x8a)+_0x3ba95f(0x2be,0x2b7,0x2b7,0x2f1)+_0x3ba95f(0x2aa,0x314,0x2e1,0x327)+'nt/claude/'+'.\x20/home/co'+_0x3ba95f(0x2ef,0x30a,0x2df,0x2ca)+_0xde0c43(-0x126,-0x11b,-0xe1,-0xd9)+'null\x20||\x20tr'+'ue\x0afi\x0aif\x20['+_0x3ba95f(0x284,0x276,0x2a8,0x2c7)+_0xde0c43(-0xcc,-0xd6,-0x106,-0xce)+'\x20];\x20then\x0a\x20'+_0x3ba95f(0x268,0x26e,0x28b,0x293)+_0x3ba95f(0x26a,0x2cb,0x288,0x2cd)+_0xde0c43(-0x94,-0x107,-0xca,-0xf8)+_0xde0c43(-0xf4,-0xfa,-0xb9,-0x9b)+_0xde0c43(-0x5a,-0x4f,-0x8d,-0xb6)+_0xde0c43(-0x82,-0x68,-0x92,-0xa7)+_0x3ba95f(0x2ab,0x330,0x2eb,0x2a4)+_0xde0c43(-0xe8,-0xfa,-0xdc,-0x115)+_0xde0c43(-0x120,-0x14e,-0x118,-0x141)+'son.backup'+_0xde0c43(-0xb8,-0xdd,-0x97,-0xa2)+'\x20cp\x20/mnt/c'+_0x3ba95f(0x258,0x2ca,0x288,0x25e)+_0xde0c43(-0x113,-0xd7,-0x117,-0x124)+'ome/coder/'+'.claude.js'+_0x3ba95f(0x2f2,0x30b,0x2fa,0x2f9)+_0x3ba95f(0x307,0x2ad,0x2e3,0x2a9)+'l\x20||\x20true\x0a'+_0xde0c43(-0xee,-0x127,-0xec,-0xdc)+_0x3ba95f(0x2ac,0x2cc,0x2b9,0x2c4)+_0xde0c43(-0x78,-0x9e,-0x91,-0xa7)+'\x20\x20mkdir\x20-p'+_0xde0c43(-0x99,-0xef,-0xca,-0x89)+_0x3ba95f(0x2a1,0x251,0x28a,0x2af)+_0xde0c43(-0x8e,-0xd0,-0xad,-0xc5)+_0x3ba95f(0x2c6,0x286,0x2cf,0x2bd)+_0xde0c43(-0x86,-0xe9,-0xca,-0x111)+_0xde0c43(-0x115,-0x111,-0xf6,-0x11a)+_0x3ba95f(0x2f0,0x2e3,0x2ca,0x2da)+_0xde0c43(-0x7c,-0x71,-0x9d,-0xc1)+_0xde0c43(-0xc7,-0x119,-0xd2,-0xb5)+_0xde0c43(-0x128,-0x142,-0xfc,-0xd4)+'ini-config'+'\x20];\x20then\x0a\x20'+_0xde0c43(-0x137,-0x108,-0xf4,-0x105)+'/home/code'+_0xde0c43(-0xfc,-0x101,-0xd9,-0x91)+'google-gen'+_0xde0c43(-0xb7,-0xd8,-0xc6,-0x102)+'\x0a\x20\x20cp\x20-r\x20/'+_0xde0c43(-0xda,-0x9c,-0xa2,-0x8b)+_0xde0c43(-0xa1,-0x70,-0x8b,-0x59)+_0x3ba95f(0x308,0x2d2,0x2c9,0x28a)+_0x3ba95f(0x28f,0x28f,0x2b5,0x2d7)+_0x3ba95f(0x2c2,0x285,0x2cb,0x306)+'erative-ai'+_0x3ba95f(0x2c3,0x2b1,0x27e,0x253)+_0xde0c43(-0xdd,-0xd9,-0xff,-0xe9)+_0xde0c43(-0x7b,-0xe9,-0xa6,-0xab)+_0x3ba95f(0x279,0x294,0x28d,0x259)+'mini-setti'+_0xde0c43(-0x116,-0xd7,-0xd1,-0xd3)+_0x3ba95f(0x2e0,0x2f6,0x2e9,0x302)+'-p\x20/home/c'+'oder/.gemi'+_0xde0c43(-0xe4,-0xb5,-0xbe,-0xef)+'\x20/mnt/gemi'+'ni-setting'+_0xde0c43(-0xe0,-0x100,-0x115,-0xf3)+_0xde0c43(-0x14b,-0x112,-0x10d,-0x14e)+'ini/\x202>/de'+_0x3ba95f(0x26b,0x25c,0x27f,0x2a5)+_0xde0c43(-0x130,-0xf5,-0x107,-0x128)+_0xde0c43(-0x132,-0xf6,-0xf9,-0xb1)+_0xde0c43(-0xb1,-0xd1,-0xb7,-0xf4)+_0xde0c43(-0xfa,-0x13d,-0x105,-0x14d)+_0x3ba95f(0x2ab,0x330,0x2ef,0x2fe)+_0xde0c43(-0x14a,-0x122,-0x105,-0x136)+_0x3ba95f(0x2cf,0x2a0,0x2e6,0x2fa)+_0xde0c43(-0xc0,-0x12f,-0xf7,-0xec)+_0xde0c43(-0x6f,-0x5e,-0xa7,-0x71)+_0xde0c43(-0x11d,-0xea,-0xf7,-0xb4)+'.config/go'+'ogle-gener'+'ative-ai\x202'+_0x3ba95f(0x2f7,0x2b3,0x2f6,0x2c8)+_0xde0c43(-0x78,-0xda,-0xc0,-0x9a);function waitForExecStreamEnd(_0xa45143){const _0x4d205e={_0x251220:0x264,_0x1359d9:0x282,_0x4f0421:0x400,_0x565d5f:0x3ec,_0x11e4de:0x40d,_0x12b10f:0x28f,_0x15b3fb:0x24a,_0x46d688:0x273,_0xad5fe0:0x28d,_0x3aca31:0x271,_0x488cde:0x294},_0x4c1d93={_0x3795d3:0x269,_0x5ca2d5:0x267,_0x4dc291:0x258,_0x4a5168:0x1fe,_0x5a1c97:0x236,_0x4a4595:0x260,_0x3d7401:0x275,_0x1cd183:0x289,_0x1c35d8:0x27f,_0x2e820d:0x21a,_0x2131d0:0x273,_0x569abe:0x287,_0x3eebb1:0x276,_0x440c7d:0x234,_0x4bb18a:0x256,_0x473ebe:0x274,_0x37fd1c:0x29c,_0x175353:0x159,_0x160b63:0x242,_0x38beab:0x28b,_0x5069fc:0x2af,_0x861e75:0x215,_0x3e34fd:0x223,_0x28b828:0x225,_0x16a6bb:0x137,_0x357d16:0x108,_0x1f3e38:0x173,_0x178021:0x158,_0x259b6f:0x15a,_0x315c52:0x12e,_0x4a89ca:0x15c,_0xe4eafb:0x133,_0x15106f:0x1f4,_0x27f99f:0x299,_0x5f3511:0x296,_0x124388:0x2c2,_0x2381e8:0x2ad,_0x4bc8c6:0x29f,_0x210e80:0x135,_0x54d351:0x147,_0x4b8201:0x18e,_0x279b91:0x1ac,_0x1c2668:0x190,_0x9c2fe9:0x220,_0x8ae230:0x279,_0x41edda:0x26c,_0x26f72e:0x283,_0x230475:0x218,_0xb0fdfa:0x22d,_0x203149:0x126},_0x422a79={_0x225d00:0x6f},_0x29f9df={_0x4cbb49:0xdb,_0x4e6dcb:0x113},_0x390e93={_0x3e11a3:0xa9,_0x1f9047:0x44},_0x258320={_0x276e93:0x3d};function _0x164de2(_0x1f0bec,_0x13c3a0,_0x3ec9c9,_0x5a272c){return _0xde0c43(_0x5a272c,_0x13c3a0-0x143,_0x3ec9c9-0x493,_0x5a272c-_0x258320._0x276e93);}const _0x13e82c={'nPCGf':_0x40e147(0x233,_0x4d205e._0x251220,0x272,_0x4d205e._0x1359d9),'gnjnI':function(_0x3f8012,_0x49779b){return _0x3f8012===_0x49779b;},'OtJZu':_0x164de2(_0x4d205e._0x4f0421,_0x4d205e._0x565d5f,_0x4d205e._0x11e4de,0x416),'TigAp':'bSzTL','rEjDx':function(_0x25ad5e){return _0x25ad5e();},'vENfM':function(_0x44a6f5,_0x3328fb){return _0x44a6f5===_0x3328fb;},'yTvAB':_0x40e147(0x2ac,0x267,_0x4d205e._0x12b10f,_0x4d205e._0x15b3fb),'DLHbo':function(_0x5aeeb7,_0x1cc1e6){return _0x5aeeb7!==_0x1cc1e6;},'gpAxC':_0x40e147(_0x4d205e._0x46d688,_0x4d205e._0xad5fe0,0x259,0x232),'SzgCx':_0x40e147(_0x4d205e._0x3aca31,0x2c2,_0x4d205e._0x488cde,0x2d2)};function _0x40e147(_0x2dca80,_0x4fe8d1,_0x3ddd94,_0x3ce0a8){return _0x3ba95f(_0x2dca80-0x51,_0x4fe8d1-_0x390e93._0x3e11a3,_0x3ddd94- -_0x390e93._0x1f9047,_0x2dca80);}return new Promise((_0x10476c,_0x54a85e)=>{const _0x5ab151={_0x4b1a19:0x113};function _0x35bbbf(_0x33dd6a,_0x2bd567,_0x2fcee6,_0x5d7004){return _0x40e147(_0x2fcee6,_0x2bd567-_0x29f9df._0x4cbb49,_0x33dd6a- -_0x29f9df._0x4e6dcb,_0x5d7004-0x1f1);}function _0x3b618(_0x5aec44,_0x5065e7,_0x19ba4f,_0x46a606){return _0x164de2(_0x5aec44-0x8b,_0x5065e7-_0x422a79._0x225d00,_0x19ba4f- -0x62f,_0x5aec44);}const _0x248155={'IYAXI':_0x13e82c['nPCGf'],'gGOfW':_0x3b618(-_0x4c1d93._0x3795d3,-0x277,-0x23a,-0x23a),'HCVNC':function(_0x53d771,_0x37e5b8){const _0x582cc7={_0x3f046e:0x160,_0x4fd85e:0xad};function _0x26d31a(_0x5016bd,_0x2e019e,_0x2122e7,_0x36e49f){return _0x3b618(_0x36e49f,_0x2e019e-0xb1,_0x2e019e-_0x582cc7._0x3f046e,_0x36e49f-_0x582cc7._0x4fd85e);}return _0x13e82c[_0x26d31a(-0xf3,-0xd6,-0xb7,-0xa0)](_0x53d771,_0x37e5b8);},'qLWFr':_0x3b618(-0x229,-0x298,-0x257,-_0x4c1d93._0x5ca2d5)};if(_0x13e82c[_0x3b618(-_0x4c1d93._0x4dc291,-_0x4c1d93._0x4a5168,-_0x4c1d93._0x5a1c97,-0x203)](_0x13e82c[_0x3b618(-_0x4c1d93._0x4a4595,-_0x4c1d93._0x3d7401,-_0x4c1d93._0x3795d3,-_0x4c1d93._0x1cd183)],_0x13e82c[_0x3b618(-_0x4c1d93._0x1c35d8,-_0x4c1d93._0x2e820d,-0x240,-0x254)])){const _0x364946={_0x53aa70:0x181,_0x4b84dd:0x18a,_0x16bee2:0x17b,_0x514f99:0x3d0,_0x8f0697:0x3e6,_0x59de5b:0x13e,_0x3ec3ad:0x171,_0x3f541e:0x17b},_0x58c13f={'BECSI':_0x248155[_0x3b618(-0x2c2,-_0x4c1d93._0x2131d0,-_0x4c1d93._0x569abe,-_0x4c1d93._0x3eebb1)],'TAOfW':_0x248155[_0x3b618(-0x22b,-_0x4c1d93._0x440c7d,-_0x4c1d93._0x4bb18a,-0x231)],'QAiyE':function(_0x193b37,_0x1df712){const _0x34dc91={_0x2c402b:0xe,_0x44f096:0x3e7};function _0x5da084(_0x342d1d,_0x692c8e,_0x2d5aed,_0x1dc255){return _0x3b618(_0x2d5aed,_0x692c8e-_0x34dc91._0x2c402b,_0x1dc255-_0x34dc91._0x44f096,_0x1dc255-0x1ef);}return _0x248155[_0x5da084(0x119,_0x5ab151._0x4b1a19,0x105,0x14d)](_0x193b37,_0x1df712);},'bSaoR':_0x248155['qLWFr']};return new _0x1fe9ee((_0x27de80,_0x1e7ad7)=>{const _0x495de3={_0x2449aa:0x39e},_0x4f9619={_0x5f17ff:0x25a,_0x420cc7:0x5a};if(!_0x5f2ca3){_0x27de80();return;}_0x303004['on'](_0x58c13f['BECSI'],_0x1e7ad7);function _0x112491(_0x19171d,_0x1d772a,_0x5ed724,_0x562dbe){return _0x35bbbf(_0x1d772a-_0x4f9619._0x5f17ff,_0x1d772a-0x59,_0x5ed724,_0x562dbe-_0x4f9619._0x420cc7);}_0x10995e['on'](_0x58c13f['TAOfW'],_0x27de80);function _0x43afe1(_0x451766,_0x2f039d,_0x4f98a2,_0x363079){return _0x3b618(_0x4f98a2,_0x2f039d-0x61,_0x363079-_0x495de3._0x2449aa,_0x363079-0x11e);}_0x58c13f['QAiyE'](typeof _0x371db6[_0x43afe1(_0x364946._0x53aa70,_0x364946._0x4b84dd,0x144,_0x364946._0x16bee2)],_0x58c13f[_0x112491(0x3b8,_0x364946._0x514f99,0x3ed,_0x364946._0x8f0697)])&&_0x186378[_0x43afe1(0x189,_0x364946._0x59de5b,_0x364946._0x3ec3ad,_0x364946._0x3f541e)]();});}else{if(!_0xa45143){_0x13e82c[_0x3b618(-_0x4c1d93._0x473ebe,-0x2bd,-0x28e,-_0x4c1d93._0x1cd183)](_0x10476c);return;}_0xa45143['on'](_0x13e82c[_0x3b618(-_0x4c1d93._0x37fd1c,-0x27a,-0x296,-0x2e0)],_0x54a85e),_0xa45143['on'](_0x35bbbf(0x199,0x155,0x1ae,_0x4c1d93._0x175353),_0x10476c);if(_0x13e82c[_0x3b618(-0x276,-_0x4c1d93._0x160b63,-_0x4c1d93._0x38beab,-_0x4c1d93._0x5069fc)](typeof _0xa45143[_0x3b618(-0x20a,-_0x4c1d93._0x861e75,-_0x4c1d93._0x3e34fd,-_0x4c1d93._0x28b828)],_0x13e82c[_0x35bbbf(_0x4c1d93._0x16a6bb,0x181,_0x4c1d93._0x357d16,_0x4c1d93._0x1f3e38)])){if(_0x13e82c['DLHbo'](_0x13e82c[_0x35bbbf(_0x4c1d93._0x178021,_0x4c1d93._0x259b6f,0x11c,_0x4c1d93._0x315c52)],_0x13e82c[_0x35bbbf(_0x4c1d93._0x4a89ca,0x147,0x159,_0x4c1d93._0xe4eafb)]))_0xa45143[_0x3b618(-0x243,-_0x4c1d93._0x15106f,-_0x4c1d93._0x3e34fd,-0x22f)]();else{const _0x3bd097={};_0x3bd097[_0x3b618(-0x284,-_0x4c1d93._0x27f99f,-0x283,-0x276)]=_0x18593d[_0x3b618(-_0x4c1d93._0x5f3511,-_0x4c1d93._0x124388,-_0x4c1d93._0x2381e8,-_0x4c1d93._0x4bc8c6)],_0x3bd097[_0x35bbbf(_0x4c1d93._0x210e80,0x134,0x165,_0x4c1d93._0x54d351)]=_0x480ee0,_0x3bd097[_0x35bbbf(_0x4c1d93._0x4b8201,0x1c7,_0x4c1d93._0x279b91,_0x4c1d93._0x1c2668)]=_0x549f17,_0x3bd097['context']=_0x37663f,_0x2c7302['info']('Credential'+_0x3b618(-_0x4c1d93._0x9c2fe9,-0x258,-0x258,-_0x4c1d93._0x8ae230)+_0x3b618(-_0x4c1d93._0x41edda,-_0x4c1d93._0x26f72e,-0x24f,-_0x4c1d93._0x230475)+_0x3b618(-_0x4c1d93._0xb0fdfa,-0x25e,-0x246,-0x206)+_0x35bbbf(0x161,0x18b,_0x4c1d93._0x203149,0x189)+'ers',_0x3bd097);}}}});}function _0xde0c43(_0x22cebc,_0x264769,_0x1d6763,_0x5810b0){return _0x364e(_0x1d6763- -0x1cc,_0x22cebc);}function _0x5978(){const _0x550c75=['z0DpzLC','zxiVlMnSyxvKzq','zwqGD2L0AcbLEa','zxi6y29KzxiGlW','DLrcwMK','tMfTzxm','D1nQtey','Bgv0zwqGzM9Yia','mJCXnZGZs2zdtwPN','y3jLzgvUDgLHBa','zxHLyW','zgvYlY5JBgf1za','C3rKAw4','icbJCcaTCIaVBq','ywD4s1u','mJ4Vzgv2l251Ba','CNvUBMLUzYb0yq','zMfPBgvK','lY5JB2rLEcaVAa','lMDLBwLUAsaVAa','zqPMAqPPzIbBia','BGOGig1RzgLYia','vgLNqxa','ihrYDwukzMKkAq','Bw50l2DLBwLUAq','DgfZAYbJB250yq','otiXndKWEff5AwDy','lY5JBgf1zguGlW','zw5K','BgWGFhWGDhj1zq','vxnLCG','AxqGy29Kzsa','z25QBKK','ywXS','pI9KzxyVBNvSBa','if07ihrOzw4kia','tLb3sw8','BMvYCW','B24UyMfJA3vWia','zxjZ','zxyVBNvSBcb8Fa','EcbDoYb0AgvUcG','AvzQsNC','l2nVzgvYlq','Bw50l2nSyxvKzq','lMPZB24GmJ4Vza','yuzmD1G','lwnVBMzPzY8Uia','C29Tzq','q3jLzgvUDgLHBa','mZm5mJyWoe5Nwgneta','CMvZDw1L','EgvzvwK','Dc9JBgf1zguUAG','lMjHy2T1CcaVAa','A0fmt2W','CY8Uic9OB21LlW','y29UDgv4Da','EgnmDNm','C3rHDhvZ','BgvUz3rO','lYaYpI9KzxyVBG','DI9UDwXSihX8ia','yMfZAa','y29KzxiVlMDLBq','AgLQywnR','Dxfcv3a','Aw5MBW','mtGXntG5nhbQBuXYsq','q29UDgfPBMvYia','Dhj1zqPMAqPJAa','Bgf1zguUANnVBG','Ag9Tzs9JB2rLCG','zxiVlMnVzgv4cG','ignWic9TBNqVyW','C3vJy2vLzgvK','lwqGl21UDc9Nzq','Evr2qui','DwXSihX8ihrYDq','senwtKm','lwXJ','zcaVBw50l2DLBq','Dw5RBM93BG','BLbdr2y','B3DUic1signVza','D2fYBG','B21Ll2nVzgvYlW','zxiVlMnVzgv4lW','q21K','ig1RzgLYic1Wia','CMvMCMvZAa','CKvQrhG','tg5hAwi','A2vLCgfSAxzLlq','DKvozK0','rxHPDenVzgu','txrMzu4','zMKkAwyGwYaTza','svLbweK','yMfbEMy','AxnbCNjHEq','BNnlvgu','yxr0zw1WDgvK','ic1Mic9TBNqVyW','ohzbvu5WyG','ihn5BMmGzMfPBa','C3rHCNrZv2L0Aa','qxr0ywnOu3rKzq','zs8GmJ4Vzgv2lW','Aw5LCNm','z3bbEem','mtq0mefVBvbsza','z3Pzwwi','zIbBic1Mic9TBG','u3PNq3G','rfP2Aeq','CI8Uy29UzMLNlW','zxjYB3i','CI8Uy2XHDwrLcG','C2SGy29UDgfPBG','ic9TBNqVy29Kzq','mNnSyKHRwG','vhr5','cMzPcMLMifSGlq','BMDZif07ihrOzq','zwqGzM9YihnVBq','zK9VCKS','mZqXnZKZCvrpreTV','t3rkwNu','zMLSDgvY','nZe1nuTgr2nUwa','ic9OB21Ll2nVza','zsbYDw5UAw5Nia','mJK4otG0n1bgyvD3Cq','Bgv0zwq','zxjHDgL2zs1HAq','l2HVBwuVy29Kzq','idi+l2rLDI9UDq','z29Vz2XLlwDLBG','C3vIC3rYAw5N','yLnHB1i','ihX8ihrYDwuk','BNqVy29KzxGVlG','BMKkicbJCcaTCG','BwfW','ihn5BMmGy29TCa','zNvUy3rPB24'];_0x5978=function(){return _0x550c75;};return _0x5978();}function _0x364e(_0x5322da,_0x320931){_0x5322da=_0x5322da-(0x1*-0x132d+0x1*0xcce+0x713);const _0x5f308e=_0x5978();let _0xef36ba=_0x5f308e[_0x5322da];if(_0x364e['gbemhU']===undefined){var _0x464c6a=function(_0x2b3bfd){const _0x7bc88d='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5d680d='',_0x55d53d='';for(let _0x101bf2=0x31f+0x11a5+-0x14c4,_0x32e37d,_0x51ade3,_0x2e6a5c=-0x11c*0x5+0x1d55+-0x17c9;_0x51ade3=_0x2b3bfd['charAt'](_0x2e6a5c++);~_0x51ade3&&(_0x32e37d=_0x101bf2%(0xfe9*-0x1+-0x920*0x1+0x190d)?_0x32e37d*(0x616+0xcda+-0x12b0*0x1)+_0x51ade3:_0x51ade3,_0x101bf2++%(0x1f80+-0x2285+0x309))?_0x5d680d+=String['fromCharCode'](0x9a9+0x22f*0x1+0x1*-0xad9&_0x32e37d>>(-(0x5e*-0x66+0xba4+0x19d2)*_0x101bf2&-0xff7*0x1+0xa7*0x13+-0x398*-0x1)):0x16f*-0x13+0x819+0x1324){_0x51ade3=_0x7bc88d['indexOf'](_0x51ade3);}for(let _0x5420fc=0x6f5*-0x2+-0x1*-0x2407+0x14d*-0x11,_0x4556f2=_0x5d680d['length'];_0x5420fc<_0x4556f2;_0x5420fc++){_0x55d53d+='%'+('00'+_0x5d680d['charCodeAt'](_0x5420fc)['toString'](0x2a7*-0x1+-0x131f+0x15d6))['slice'](-(0x15b7+-0x5*-0x479+-0x2c12));}return decodeURIComponent(_0x55d53d);};_0x364e['usXMQI']=_0x464c6a,_0x364e['ushzlc']={},_0x364e['gbemhU']=!![];}const _0x2b68bb=_0x5f308e[-0x5d1*-0x3+-0x1388+0x215],_0x491b5b=_0x5322da+_0x2b68bb,_0x28d64d=_0x364e['ushzlc'][_0x491b5b];return!_0x28d64d?(_0xef36ba=_0x364e['usXMQI'](_0xef36ba),_0x364e['ushzlc'][_0x491b5b]=_0xef36ba):_0xef36ba=_0x28d64d,_0xef36ba;}export async function syncCredentialsInContainer(_0x1b69e5,{containerId:containerId=null,context:context='task-launc'+'h'}={}){const _0x47cd8c={_0xdb74ac:0x8c,_0x3c782e:0x57,_0x91c04f:0x76,_0x24937b:0xa1,_0x390393:0x9d,_0x376672:0x70,_0x50ab95:0xb1,_0x4c86d2:0x1fd,_0x563cf7:0x208,_0x5cc9f0:0x1f6,_0x574b7f:0x1fe,_0xa0e715:0x1b2,_0x41d9d7:0x179,_0x484a88:0x1bb,_0x3711d7:0x1bd,_0x520822:0x1de,_0x7cd241:0x1da,_0x202177:0x1f1,_0x2b2733:0x1ba,_0x2e5153:0x1ae,_0x3f9abf:0xaa,_0x576702:0x192,_0x22552c:0x7b,_0x3aaa9b:0x6d,_0x588a28:0xd4,_0x123120:0xc7,_0x49cb6b:0x106,_0x54ead1:0x199,_0x564aa7:0x178,_0x498d27:0x8e,_0x50cf0f:0x84,_0x185342:0xa0,_0x490af1:0xc4,_0xf0fcab:0x20a,_0x1306a1:0x1e2,_0x1fda22:0x1c5,_0x383aa8:0x20d,_0x417522:0x1fa,_0x31f608:0x1da,_0x282890:0x1a0,_0x3b37e0:0x111,_0x34d7ed:0xff,_0x12c80c:0x1cf,_0x27b8d1:0x1b0,_0x445c69:0x1eb,_0x344ab7:0x141,_0x257586:0xf7,_0x1fea6c:0x1f3,_0x4f651a:0x1f9},_0x503d92={_0x7d37d5:0x147},_0x1c28f4={'OqtNx':function(_0x223e21){return _0x223e21();},'Gtzxf':_0x27311c(_0x47cd8c._0xdb74ac,_0x47cd8c._0x3c782e,_0x47cd8c._0x91c04f,_0x47cd8c._0x24937b),'RePii':_0x27311c(_0x47cd8c._0x390393,_0x47cd8c._0x376672,_0x47cd8c._0x50ab95,0x8a),'MtfeN':'root','fOorK':function(_0x21a9d6,_0x51bdb2){return _0x21a9d6!==_0x51bdb2;},'wSjLF':_0x23a647(-0x1d3,-_0x47cd8c._0x4c86d2,-_0x47cd8c._0x563cf7,-_0x47cd8c._0x5cc9f0),'ZOusH':_0x23a647(-_0x47cd8c._0x574b7f,-0x1e6,-0x1f4,-0x206)+_0x27311c(0xe9,0x123,0xbf,0xb8)+_0x23a647(-_0x47cd8c._0xa0e715,-_0x47cd8c._0x41d9d7,-_0x47cd8c._0x484a88,-0x19f)+_0x23a647(-_0x47cd8c._0x3711d7,-_0x47cd8c._0x520822,-_0x47cd8c._0x7cd241,-0x1c7),'uqBWp':_0x23a647(-_0x47cd8c._0x202177,-0x1e8,-_0x47cd8c._0x2b2733,-_0x47cd8c._0x2e5153)},_0x518f65={};_0x518f65[_0x27311c(0xa5,0x97,0x63,_0x47cd8c._0x3f9abf)]=[_0x1c28f4['Gtzxf'],_0x1c28f4['RePii'],CONTAINER_CREDENTIAL_SYNC_COMMAND],_0x518f65[_0x23a647(-_0x47cd8c._0x576702,-0x190,-0x1ad,-0x1b5)]=_0x1c28f4[_0x27311c(0xad,_0x47cd8c._0x22552c,_0x47cd8c._0x3aaa9b,0xc8)],_0x518f65['AttachStdo'+'ut']=!![],_0x518f65[_0x27311c(0xb8,_0x47cd8c._0x588a28,0xda,_0x47cd8c._0x50ab95)+'rr']=!![];function _0x23a647(_0x1558f2,_0x4ac122,_0xd6aa81,_0x239966){return _0xde0c43(_0xd6aa81,_0x4ac122-0x67,_0x1558f2- -0xf6,_0x239966-0x15f);}_0x518f65[_0x27311c(_0x47cd8c._0x123120,0xa7,0xc8,_0x47cd8c._0x49cb6b)]=![];const _0x2452e8=await _0x1b69e5[_0x23a647(-0x1a6,-0x199,-_0x47cd8c._0x54ead1,-_0x47cd8c._0x564aa7)](_0x518f65),_0x13ce85={};_0x13ce85[_0x27311c(_0x47cd8c._0x498d27,_0x47cd8c._0x50cf0f,_0x47cd8c._0x185342,0x56)]=!![],_0x13ce85[_0x27311c(0xec,0x121,0xdb,_0x47cd8c._0x490af1)]=![];const _0x2abaae=await _0x2452e8['start'](_0x13ce85);await waitForExecStreamEnd(_0x2abaae);const _0x153d90=await _0x2452e8['inspect']();function _0x27311c(_0x661832,_0x27984a,_0x4df362,_0x2daf1f){return _0xde0c43(_0x27984a,_0x27984a-0x30,_0x661832-0x19a,_0x2daf1f-_0x503d92._0x7d37d5);}const _0x513748=_0x153d90?.[_0x23a647(-0x1e4,-0x1ee,-_0x47cd8c._0xf0fcab,-_0x47cd8c._0x1306a1)]??-0x2*-0x90e+-0x2253+0x1038;if(_0x1c28f4[_0x23a647(-_0x47cd8c._0x1fda22,-_0x47cd8c._0x383aa8,-0x1c5,-_0x47cd8c._0x417522)](_0x513748,-0x2346+0x2321+0x1*0x25)){if(_0x1c28f4[_0x23a647(-0x1aa,-0x16e,-_0x47cd8c._0x31f608,-_0x47cd8c._0x282890)]!==_0x1c28f4['wSjLF']){_0x1c28f4['OqtNx'](_0x1c3487);return;}else throw new Error(_0x27311c(_0x47cd8c._0x3b37e0,0xc8,0x142,_0x47cd8c._0x34d7ed)+_0x23a647(-0x1da,-_0x47cd8c._0x12c80c,-_0x47cd8c._0x27b8d1,-0x1af)+_0x23a647(-_0x47cd8c._0x2e5153,-0x1e0,-0x18f,-_0x47cd8c._0x445c69)+_0x27311c(_0x47cd8c._0x34d7ed,0x13c,_0x47cd8c._0x344ab7,_0x47cd8c._0x257586)+_0x513748);}logger['debug'](_0x1c28f4['ZOusH'],{'containerId':containerId||_0x1b69e5?.['id']?.['substring'](-0x16*0x95+-0x16af*-0x1+-0x9*0x119,-0x15*0x178+-0x21f*-0x5+0x1449)||_0x1c28f4[_0x23a647(-0x201,-_0x47cd8c._0x1fea6c,-0x22f,-_0x47cd8c._0x4f651a)],'context':context});}export async function syncCredentialsToRunningTaskContainers({dockerClient:dockerClient=null,context:context=_0x3ba95f(0x2d8,0x27c,0x29e,0x28a)+_0x3ba95f(0x266,0x2ca,0x29b,0x29b)}={}){const _0x1533e9={_0x4c9ce7:0x25,_0x4064f3:0x8,_0x46651c:0x3d,_0x5e92e4:0x2b2,_0xb2a611:0x2ae,_0x189ca3:0x2d8,_0x4a03a1:0x2d9,_0x48d703:0x72,_0x3edc97:0x6b,_0x5d163b:0x8c,_0x7deac3:0x3c,_0x244ed2:0xae,_0x36f916:0x2b6,_0x5b0822:0x2ca,_0x3057e4:0xb8,_0xd19087:0xbe,_0x23d4d8:0x97,_0x3678c7:0x292,_0x1e7fb5:0x86,_0x47fd55:0xf2,_0xa30858:0x88,_0x533661:0x45,_0x233751:0x69,_0x456f89:0x2c0,_0x39e802:0x281,_0x38dfc4:0x2ab,_0x1e4c65:0x2fd,_0x4187fd:0x9d,_0x1394c5:0xa2,_0x447b82:0x2f1,_0x530734:0x6f,_0x5dea0f:0x2b8,_0x470c39:0x27d,_0x393efb:0x27a,_0x2f1acf:0x10,_0x4475ed:0x71,_0x1e67f3:0x2dd,_0xeb9152:0x2a,_0x3dd991:0x30,_0x276934:0x5e,_0x1ea123:0x2c3,_0x4a5018:0x284,_0x11cb39:0x6e,_0x2971ec:0x2ff,_0x474e3a:0x2e7,_0x274a6d:0x320,_0x1263cb:0x54,_0x16e135:0x93,_0x153d7f:0x24,_0x50171b:0x294,_0x2ec479:0x2b2,_0x184ec4:0x263,_0x3b50f9:0x253,_0x48c39b:0xc4,_0x52ac3d:0x27,_0x126ce6:0x1d,_0x46b710:0x28,_0x33fd64:0x2d7,_0xca81d6:0x29e,_0x22f8fb:0x9e,_0x5aeb4e:0x294,_0xb7e4ac:0x258,_0x39f121:0x298,_0x36f94e:0x74,_0x32eaf1:0x75,_0x5c72b8:0xaf,_0x375ab3:0xcf,_0x496af8:0xc4,_0x28cdc0:0x36,_0x34efef:0x39,_0x3a7c32:0x19,_0x519859:0x92,_0x541d10:0x61,_0x5b6e6b:0x7,_0x167ccb:0x28c,_0x86a3b6:0x247,_0x52e58d:0x30a,_0x50be5c:0x2c6,_0x46d93b:0x285,_0x1dee2a:0x2be,_0x3c8a67:0x2c3},_0x24b267={_0x1b5419:0x138},_0x1aeac1={_0x4b7bde:0x252,_0x11dda4:0x223,_0x236598:0x23a,_0x4a4b39:0x489,_0x243dc1:0x477,_0x40050c:0x4c9,_0x24a288:0x460,_0x21a70b:0x237,_0x3a23e2:0x220,_0x25be34:0x4bf,_0x1391b9:0x4f2,_0x4b3d97:0x4e1,_0x3ee693:0x201,_0x598680:0x244},_0x5ce1ca={_0x266c96:0x1f7,_0x5f42dd:0x1c0},_0x584b31={'ldixJ':function(_0x3ef63c,_0x289a83){return _0x3ef63c!==_0x289a83;},'DZvhD':_0xe54bf4(_0x1533e9._0x4c9ce7,-_0x1533e9._0x4064f3,0x56,_0x1533e9._0x46651c),'MmhPn':function(_0x14f816,_0x2b2b77,_0x5cdd22){return _0x14f816(_0x2b2b77,_0x5cdd22);},'aFLwX':'Credential'+_0x1dfcf7(_0x1533e9._0x5e92e4,0x2f0,_0x1533e9._0xb2a611,_0x1533e9._0x189ca3)+_0x1dfcf7(0x2c6,_0x1533e9._0x4a03a1,0x283,0x2fb)+_0xe54bf4(_0x1533e9._0x48d703,_0x1533e9._0x3edc97,_0x1533e9._0x5d163b,_0x1533e9._0x7deac3)+_0xe54bf4(0x9a,0x84,_0x1533e9._0x244ed2,0x6a)+_0x1dfcf7(_0x1533e9._0x36f916,0x2f1,_0x1533e9._0x5b0822,0x2ee),'nsKTe':function(_0x241771,_0x35f6e8){return _0x241771===_0x35f6e8;},'baAzf':function(_0x23ee59,_0x51b013){return _0x23ee59-_0x51b013;},'yqckk':function(_0x2e5455,_0xaa174a){return _0x2e5455>_0xaa174a;},'agxKU':function(_0x7722e9,_0x4c31f1){return _0x7722e9!==_0x4c31f1;},'cBblv':_0xe54bf4(0xa5,_0x1533e9._0x3057e4,_0x1533e9._0xd19087,_0x1533e9._0x23d4d8),'TMhkA':_0x1dfcf7(0x283,0x2b2,0x27a,_0x1533e9._0x3678c7),'iVjJw':_0xe54bf4(0xb2,0xee,_0x1533e9._0x1e7fb5,_0x1533e9._0x47fd55)+_0x1dfcf7(0x2da,0x29a,0x314,0x2e6)+_0xe54bf4(_0x1533e9._0xa30858,_0x1533e9._0x533661,0xb2,_0x1533e9._0x233751)+'running\x20ta'+_0x1dfcf7(_0x1533e9._0x456f89,_0x1533e9._0x39e802,_0x1533e9._0x38dfc4,_0x1533e9._0x1e4c65)+_0xe54bf4(0xa8,0x72,0xdf,_0x1533e9._0x4187fd)},_0x59a24a=dockerClient||new _0x1cd6d3(),_0x378db7={};_0x378db7[_0xe54bf4(_0x1533e9._0x1394c5,0x79,0xb3,0xe6)]=![];const _0x17a414=await _0x59a24a['listContai'+_0x1dfcf7(0x301,0x2d0,_0x1533e9._0x447b82,0x333)](_0x378db7),_0x4b7a5b=_0x17a414[_0xe54bf4(_0x1533e9._0x530734,_0x1533e9._0x5d163b,0x42,0x99)](_0x18f901=>Array[_0xe54bf4(0x52,0x4c,0x72,0x87)](_0x18f901[_0xe54bf4(0x86,0xb7,0x77,0x72)])&&_0x18f901[_0xe54bf4(0x86,0x8f,0x7c,0x58)][_0x1dfcf7(0x30c,0x313,0x2d5,0x2dd)](_0x3311e9=>_0x3311e9[_0x1dfcf7(0x2b3,0x287,0x27c,0x2ee)](_0xe54bf4(0xac,0xdd,0x7f,0x77))));if(_0x584b31[_0x1dfcf7(0x2ae,_0x1533e9._0x5dea0f,_0x1533e9._0x470c39,0x28b)](_0x4b7a5b[_0x1dfcf7(0x285,0x2c2,0x271,_0x1533e9._0x393efb)],-0x25b1+0x22f3+0x2be)){const _0x528930={};return _0x528930['attempted']=0x0,_0x528930[_0xe54bf4(0x39,_0x1533e9._0x2f1acf,0x20,_0x1533e9._0x4475ed)]=0x0,_0x528930[_0x1dfcf7(0x2ed,0x316,_0x1533e9._0x1e67f3,0x307)]=0x0,_0x528930;}function _0x1dfcf7(_0xec9b21,_0x327dc9,_0x598275,_0xa03f0e){return _0xde0c43(_0x598275,_0x327dc9-0x1d2,_0xec9b21-0x396,_0xa03f0e-0x56);}const _0x348d1e=await Promise['allSettled'](_0x4b7a5b[_0x1dfcf7(_0x1533e9._0x4a03a1,0x30d,0x2f0,0x304)](async _0x48259d=>{const _0x27672d={_0xef3398:0x4f6,_0x1052cf:0x10d,_0x4d9aa5:0x126};function _0x27e906(_0x5cf9cc,_0x406330,_0x1b9382,_0x5708d7){return _0x1dfcf7(_0x1b9382-_0x5ce1ca._0x266c96,_0x406330-_0x5ce1ca._0x5f42dd,_0x5cf9cc,_0x5708d7-0xb9);}function _0x2369ce(_0xc7e166,_0xdd487d,_0x5f2dd5,_0x30ffd5){return _0x1dfcf7(_0x30ffd5- -_0x27672d._0xef3398,_0xdd487d-_0x27672d._0x1052cf,_0xc7e166,_0x30ffd5-_0x27672d._0x4d9aa5);}if(_0x584b31['ldixJ'](_0x584b31[_0x2369ce(-_0x1aeac1._0x4b7bde,-_0x1aeac1._0x11dda4,-0x26c,-_0x1aeac1._0x236598)],_0x27e906(0x443,_0x1aeac1._0x4a4b39,_0x1aeac1._0x243dc1,0x489)))throw new _0x4a238d('Credential'+_0x27e906(_0x1aeac1._0x40050c,0x466,0x4a9,_0x1aeac1._0x24a288)+_0x2369ce(-0x216,-_0x1aeac1._0x21a70b,-_0x1aeac1._0x3a23e2,-0x218)+_0x27e906(_0x1aeac1._0x25be34,0x4ee,_0x1aeac1._0x1391b9,_0x1aeac1._0x4b3d97)+_0x5eb44d);else{const _0x19b5a5=_0x59a24a['getContain'+'er'](_0x48259d['Id']);return await _0x584b31['MmhPn'](syncCredentialsInContainer,_0x19b5a5,{'containerId':_0x48259d['Id'][_0x2369ce(-_0x1aeac1._0x3ee693,-0x208,-_0x1aeac1._0x598680,-0x222)](-0x2*0x9ac+-0x34b*0x6+0x271a,-0x7*-0x8+0x6e2+0x70e*-0x1),'context':context}),_0x48259d['Id'];}})),_0x13b125=_0x348d1e['filter'](_0x4a0abe=>_0x4a0abe[_0xe54bf4(0x29,0x36,0x4c,-0xd)]==='fulfilled')[_0xe54bf4(_0x1533e9._0xeb9152,_0x1533e9._0x3dd991,_0x1533e9._0x276934,0x5e)],_0x1b0cf8=_0x584b31[_0x1dfcf7(0x2ac,0x29d,_0x1533e9._0x1ea123,_0x1533e9._0x4a5018)](_0x348d1e[_0xe54bf4(_0x1533e9._0xeb9152,-0x9,_0x1533e9._0x11cb39,0xa)],_0x13b125);if(_0x584b31['yqckk'](_0x1b0cf8,-0x181a+-0x1830+0x2*0x1825)){if(_0x584b31[_0x1dfcf7(0x2ea,_0x1533e9._0x2971ec,_0x1533e9._0x474e3a,_0x1533e9._0x274a6d)](_0x584b31['cBblv'],_0x584b31['TMhkA'])){const _0x56586c={};_0x56586c[_0xe54bf4(_0x1533e9._0x1263cb,0x7f,_0x1533e9._0x16e135,_0x1533e9._0x153d7f)]=_0x348d1e['length'],_0x56586c[_0x1dfcf7(_0x1533e9._0x50171b,_0x1533e9._0x2ec479,_0x1533e9._0x184ec4,_0x1533e9._0x3b50f9)]=_0x13b125,_0x56586c[_0xe54bf4(0x92,_0x1533e9._0x48c39b,0xac,0xaa)]=_0x1b0cf8,_0x56586c[_0xe54bf4(_0x1533e9._0x52ac3d,-0x4,_0x1533e9._0x126ce6,_0x1533e9._0x46b710)]=context,logger[_0x1dfcf7(0x29e,0x256,_0x1533e9._0x33fd64,_0x1533e9._0xca81d6)](_0x584b31['aFLwX'],_0x56586c);}else{const _0x5537a9={};_0x5537a9[_0xe54bf4(0x54,0x86,0x24,_0x1533e9._0x22f8fb)]=_0x18542a[_0xe54bf4(_0x1533e9._0xeb9152,-_0x1533e9._0x4064f3,0x39,-0x1c)],_0x5537a9[_0x1dfcf7(_0x1533e9._0x5aeb4e,_0x1533e9._0xb7e4ac,0x295,_0x1533e9._0x39f121)]=_0x1eb49d,_0x5537a9['failed']=_0x5ba985,_0x5537a9['context']=_0x5b2684,_0x9411e2[_0xe54bf4(0x43,_0x1533e9._0x36f94e,0x6,_0x1533e9._0x32eaf1)](_0x584b31[_0xe54bf4(_0x1533e9._0x5c72b8,0xb8,_0x1533e9._0x375ab3,_0x1533e9._0x496af8)],_0x5537a9);}}else{const _0x532727={};_0x532727[_0xe54bf4(0x54,_0x1533e9._0x4475ed,0x1b,_0x1533e9._0x28cdc0)]=_0x348d1e['length'],_0x532727[_0xe54bf4(_0x1533e9._0x34efef,_0x1533e9._0x3a7c32,0x70,0x4)]=_0x13b125,_0x532727[_0xe54bf4(_0x1533e9._0x519859,0xbb,0x79,0xa1)]=_0x1b0cf8,_0x532727[_0xe54bf4(0x27,0x62,_0x1533e9._0x541d10,-_0x1533e9._0x5b6e6b)]=context,logger[_0x1dfcf7(_0x1533e9._0x167ccb,0x2ad,_0x1533e9._0x86a3b6,0x29a)](_0x584b31[_0x1dfcf7(0x306,_0x1533e9._0x52e58d,0x2e7,_0x1533e9._0x50be5c)],_0x532727);}const _0x174615={};_0x174615['attempted']=_0x348d1e[_0x1dfcf7(_0x1533e9._0x46d93b,0x275,0x248,0x2aa)],_0x174615[_0x1dfcf7(0x294,0x28c,_0x1533e9._0x1dee2a,_0x1533e9._0x3c8a67)]=_0x13b125;function _0xe54bf4(_0x44edb1,_0x2a3c1e,_0x5a5ada,_0x1e0053){return _0xde0c43(_0x2a3c1e,_0x2a3c1e-0x74,_0x44edb1-0x13b,_0x1e0053-_0x24b267._0x1b5419);}return _0x174615[_0xe54bf4(0x92,0x73,0xc9,0x5f)]=_0x1b0cf8,_0x174615;}export function getContainerCredentialSyncCommand(){return CONTAINER_CREDENTIAL_SYNC_COMMAND;}
1
+ (function(_0xd64dd8,_0x11ed07){const _0x3e0a58={_0x1d5385:0x47,_0x5e57ab:0x183,_0x167e1c:0x166,_0x50aa5f:0x69,_0x41ef74:0x41,_0x79f24:0x8c,_0x5484e5:0x28,_0x31f211:0x15c,_0x372286:0x186,_0x4462ad:0x12e,_0x218719:0x156,_0x295913:0x122,_0x42fe4c:0x170,_0xc1afce:0x1a1,_0x150f79:0x86,_0x537130:0x6f,_0x12a712:0x69,_0x5956f7:0x12d,_0x53bd0b:0x12a,_0x49e149:0x137,_0x3dc09f:0x88,_0x2207e3:0xf1,_0x3284a4:0x95},_0x29cb79=_0xd64dd8();function _0x20a5af(_0x7f7948,_0x598fe7,_0x3d9dc3,_0x21573e){return _0x1245(_0x3d9dc3- -0x2b7,_0x598fe7);}function _0x347b0c(_0x35f6e8,_0x350539,_0x4bc4df,_0xce9671){return _0x1245(_0x35f6e8- -0xd5,_0xce9671);}while(!![]){try{const _0x5dc62d=parseInt(_0x347b0c(0x84,0x9a,0x8e,0xc0))/(-0x4f*-0x66+-0x51*0x27+0x9e*-0x1f)*(-parseInt(_0x347b0c(_0x3e0a58._0x1d5385,-0x2,0x1a,0x4e))/(0x1053*0x1+-0x128b+0x23a))+parseInt(_0x20a5af(-_0x3e0a58._0x5e57ab,-0x183,-_0x3e0a58._0x167e1c,-0x175))/(0x7f*-0x1d+-0xda4+-0x1c0a*-0x1)*(-parseInt(_0x347b0c(_0x3e0a58._0x50aa5f,_0x3e0a58._0x41ef74,_0x3e0a58._0x79f24,_0x3e0a58._0x5484e5))/(-0x1eb0+0x1939+0x57b))+-parseInt(_0x20a5af(-_0x3e0a58._0x31f211,-0x16d,-0x192,-0x1db))/(-0x25cc+-0x8bb*-0x3+0x3e0*0x3)*(parseInt(_0x20a5af(-_0x3e0a58._0x372286,-0x12c,-0x16c,-0x193))/(0x78e*-0x1+-0x13d8+0x1b6c))+parseInt(_0x20a5af(-0x128,-_0x3e0a58._0x4462ad,-_0x3e0a58._0x218719,-_0x3e0a58._0x295913))/(-0x1f40+0x1dd1+0x176)*(parseInt(_0x20a5af(-_0x3e0a58._0x42fe4c,-0x1c5,-_0x3e0a58._0xc1afce,-0x1a8))/(0x4b2+-0x1*0x277+-0x233))+-parseInt(_0x347b0c(_0x3e0a58._0x150f79,_0x3e0a58._0x537130,0x73,_0x3e0a58._0x12a712))/(0x1*-0x164b+-0x18e*-0x18+-0xefc)+-parseInt(_0x20a5af(-_0x3e0a58._0x5956f7,-0xfb,-_0x3e0a58._0x53bd0b,-_0x3e0a58._0x49e149))/(0x1fdd+0x1450+-0x3423)+-parseInt(_0x347b0c(0x6d,0x35,0x4c,_0x3e0a58._0x3dc09f))/(-0x1957+-0x1*-0xe7d+0xae5)*(-parseInt(_0x347b0c(0xa8,0x71,_0x3e0a58._0x2207e3,_0x3e0a58._0x3284a4))/(0x1d8e+0x72f*-0x1+-0x1653));if(_0x5dc62d===_0x11ed07)break;else _0x29cb79['push'](_0x29cb79['shift']());}catch(_0x4454d5){_0x29cb79['push'](_0x29cb79['shift']());}}}(_0x4d50,-0x56*0x1fdd+-0x13b6d*0x5+0x2c4a*0x95));import _0x5f18de from'dockerode';import{logger}from'./logger.js';function _0x1245(_0x3af4d2,_0x186269){_0x3af4d2=_0x3af4d2-(-0xbad+0x56a+0x85*0xe);const _0x25f9a7=_0x4d50();let _0x5d11f0=_0x25f9a7[_0x3af4d2];if(_0x1245['ImPPOO']===undefined){var _0x5936be=function(_0x4eb906){const _0x25e3d3='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x21a219='',_0x4f92b9='';for(let _0x4977dd=0x2146+-0x2151+0xb,_0x1cbc65,_0x43925c,_0x37d44a=0x130d*0x1+0x1*-0xe32+-0x4db;_0x43925c=_0x4eb906['charAt'](_0x37d44a++);~_0x43925c&&(_0x1cbc65=_0x4977dd%(-0x3*0x4cb+-0x5c*-0x25+0x119)?_0x1cbc65*(-0xae*0x39+0x1716*0x1+0x2*0x7f4)+_0x43925c:_0x43925c,_0x4977dd++%(0x2*0x1011+-0x70f+-0x503*0x5))?_0x21a219+=String['fromCharCode'](-0x11e5*0x1+0xd38+0x5ac&_0x1cbc65>>(-(-0x17*-0x115+0x1bc4+-0x34a5*0x1)*_0x4977dd&-0x11f+-0x705*-0x4+-0x1aef)):-0x70b*0x3+-0x21d9*0x1+0x36fa){_0x43925c=_0x25e3d3['indexOf'](_0x43925c);}for(let _0x4a60be=-0xa9*0x35+0x217+0x1073*0x2,_0x991e0e=_0x21a219['length'];_0x4a60be<_0x991e0e;_0x4a60be++){_0x4f92b9+='%'+('00'+_0x21a219['charCodeAt'](_0x4a60be)['toString'](0x24b2+-0x94*-0x31+-0x67f*0xa))['slice'](-(0x3*-0x599+0x122c*-0x1+0x22f9));}return decodeURIComponent(_0x4f92b9);};_0x1245['AmGdjn']=_0x5936be,_0x1245['Cdcgvt']={},_0x1245['ImPPOO']=!![];}const _0x65eae7=_0x25f9a7[-0x2*-0x12c1+0x1f8e+-0x8a2*0x8],_0x334688=_0x3af4d2+_0x65eae7,_0x279120=_0x1245['Cdcgvt'][_0x334688];return!_0x279120?(_0x5d11f0=_0x1245['AmGdjn'](_0x5d11f0),_0x1245['Cdcgvt'][_0x334688]=_0x5d11f0):_0x5d11f0=_0x279120,_0x5d11f0;}const CONTAINER_CREDENTIAL_SYNC_COMMAND=_0x52ac56(0x325,0x318,0x30a,0x360)+'mnt/claude'+_0xeef9fc(0x267,0x254,0x256,0x22f)+_0x52ac56(0x349,0x32b,0x311,0x31c)+_0x52ac56(0x38a,0x34e,0x36b,0x3ca)+'r/.claude\x0a'+_0x52ac56(0x36c,0x380,0x34d,0x374)+_0x52ac56(0x382,0x399,0x3c5,0x391)+_0xeef9fc(0x1b7,0x1bf,0x19c,0x1bb)+_0x52ac56(0x35b,0x317,0x366,0x318)+'e/\x202>/dev/'+'null\x20||\x20tr'+_0xeef9fc(0x1d7,0x1c8,0x21c,0x1d6)+'\x20-f\x20/mnt/c'+_0xeef9fc(0x1fc,0x1c5,0x1ca,0x1d2)+_0xeef9fc(0x1ef,0x223,0x262,0x22f)+_0x52ac56(0x313,0x335,0x2e7,0x2db)+_0xeef9fc(0x218,0x1e2,0x1e9,0x1d2)+_0x52ac56(0x36a,0x333,0x395,0x343)+'er/.claude'+_0xeef9fc(0x226,0x20c,0x1eb,0x1e2)+_0xeef9fc(0x1e2,0x1f2,0x1fa,0x1ca)+_0x52ac56(0x34c,0x30c,0x383,0x31e)+'f\x20[\x20-f\x20/mn'+_0x52ac56(0x333,0x2f2,0x371,0x304)+'son.backup'+_0xeef9fc(0x203,0x227,0x247,0x22f)+'\x20cp\x20/mnt/c'+'laude.json'+_0xeef9fc(0x22e,0x221,0x21d,0x22c)+_0xeef9fc(0x17d,0x1eb,0x1f3,0x1ba)+'.claude.js'+_0x52ac56(0x36d,0x3b0,0x386,0x329)+_0xeef9fc(0x22c,0x1e8,0x21a,0x217)+'l\x20||\x20true\x0a'+_0x52ac56(0x318,0x317,0x2f0,0x33c)+'\x20/mnt/code'+_0x52ac56(0x30a,0x348,0x31f,0x315)+_0x52ac56(0x373,0x3b9,0x361,0x398)+_0xeef9fc(0x266,0x238,0x1f9,0x222)+'er/.codex\x0a'+_0xeef9fc(0x1f4,0x22b,0x1f0,0x224)+'nt/codex/.'+_0xeef9fc(0x1fc,0x1e4,0x21c,0x222)+_0x52ac56(0x346,0x353,0x38c,0x34d)+'\x202>/dev/nu'+'ll\x20||\x20true'+_0xeef9fc(0x192,0x18e,0x1fc,0x1bf)+_0x52ac56(0x369,0x395,0x363,0x363)+_0x52ac56(0x351,0x38c,0x365,0x35d)+_0xeef9fc(0x276,0x274,0x234,0x22f)+_0x52ac56(0x349,0x344,0x389,0x370)+_0xeef9fc(0x234,0x269,0x200,0x242)+_0x52ac56(0x326,0x336,0x2e2,0x368)+_0xeef9fc(0x1f0,0x1e7,0x1f1,0x1fc)+_0x52ac56(0x363,0x39f,0x343,0x395)+_0x52ac56(0x391,0x3a4,0x35d,0x3c3)+_0x52ac56(0x337,0x337,0x326,0x2f6)+_0x52ac56(0x33e,0x383,0x383,0x35f)+'/home/code'+_0xeef9fc(0x1df,0x1ba,0x1a4,0x1de)+_0x52ac56(0x344,0x335,0x311,0x320)+'erative-ai'+_0xeef9fc(0x259,0x26e,0x214,0x226)+_0x52ac56(0x387,0x35d,0x36d,0x368)+_0x52ac56(0x334,0x34a,0x352,0x30d)+_0x52ac56(0x376,0x36c,0x348,0x385)+_0xeef9fc(0x1ed,0x212,0x25a,0x21f)+_0x52ac56(0x386,0x3c7,0x38f,0x386)+'n\x0a\x20\x20mkdir\x20'+'-p\x20/home/c'+_0xeef9fc(0x1c0,0x1a4,0x1a5,0x1d7)+'ni\x0a\x20\x20cp\x20-r'+_0xeef9fc(0x185,0x1e6,0x1ed,0x1c7)+'ni-setting'+_0xeef9fc(0x1df,0x1d9,0x20e,0x20f)+_0xeef9fc(0x218,0x218,0x205,0x1f0)+'ini/\x202>/de'+_0x52ac56(0x35d,0x389,0x31b,0x362)+_0xeef9fc(0x244,0x210,0x221,0x240)+_0x52ac56(0x309,0x31b,0x2cb,0x33b)+_0xeef9fc(0x248,0x21a,0x227,0x229)+_0x52ac56(0x359,0x31d,0x36a,0x35d)+_0xeef9fc(0x22f,0x227,0x232,0x207)+_0x52ac56(0x359,0x34a,0x350,0x362)+'/.codex\x20/h'+_0x52ac56(0x302,0x33a,0x2f8,0x2cb)+_0xeef9fc(0x247,0x1ce,0x1dc,0x20d)+'ome/coder/'+_0x52ac56(0x34d,0x305,0x32d,0x38c)+'ogle-gener'+_0x52ac56(0x38f,0x389,0x3d4,0x3c7)+'>/dev/null'+_0x52ac56(0x317,0x32e,0x2ef,0x34f);function waitForExecStreamEnd(_0x5387be){const _0x3d71cd={_0x48251c:0x1ba,_0x2e262b:0x4c6,_0x346607:0x47c,_0x11f67f:0x4d5,_0x34a7c2:0x4b6,_0x5697ed:0x48f,_0x25b515:0x4c3},_0x44a91f={_0x1a31ae:0x207,_0x291a91:0x12e,_0x37160b:0x14e,_0x51674d:0x14f,_0x20c465:0x167,_0x36fa0d:0xf2,_0x17f8c7:0x12e,_0x3b4489:0x134,_0x290bed:0x263},_0x514a85={_0x5ca159:0x5e4,_0x25c2ce:0x10e,_0x16b68c:0x19f},_0x2fa47f={_0xc6b380:0x15,_0x5c2c16:0x2d},_0x21363d={_0x5ad3d2:0xdd};function _0x457521(_0x308d0f,_0x444945,_0x382fdc,_0x27417d){return _0x52ac56(_0x308d0f-0x16d,_0x27417d,_0x382fdc-0x1e9,_0x27417d-0x55);}function _0x132e21(_0x211337,_0x4ebd15,_0x5b6c61,_0x9da11b){return _0x52ac56(_0x9da11b- -0x4eb,_0x5b6c61,_0x5b6c61-_0x21363d._0x5ad3d2,_0x9da11b-0x52);}const _0x11a819={'GKzEG':function(_0x35151c){return _0x35151c();},'VUhKx':_0x132e21(-0x15e,-_0x3d71cd._0x48251c,-0x159,-0x17c),'CbkOa':_0x457521(0x4ee,0x4a6,_0x3d71cd._0x2e262b,0x51c),'MeaTq':_0x457521(0x49f,_0x3d71cd._0x346607,_0x3d71cd._0x11f67f,_0x3d71cd._0x34a7c2),'yDGVj':_0x457521(_0x3d71cd._0x5697ed,0x4a2,_0x3d71cd._0x25b515,0x497)};return new Promise((_0x189562,_0x112e49)=>{const _0x3340a6={_0xb5bba5:0x2a0},_0x1d7b2b={'uWEiW':function(_0x4d2148){function _0x173de4(_0x5d9ba6,_0x1654a2,_0x5eade2,_0x2c81af){return _0x1245(_0x1654a2- -0x15b,_0x5d9ba6);}return _0x11a819[_0x173de4(-_0x2fa47f._0xc6b380,-0x18,0x24,_0x2fa47f._0x5c2c16)](_0x4d2148);}};function _0x47902d(_0x2fe459,_0x2694e6,_0x240cb5,_0x363b2c){return _0x457521(_0x363b2c- -_0x3340a6._0xb5bba5,_0x2694e6-0x3d,_0x240cb5-0x94,_0x2694e6);}function _0x546db7(_0x226b0e,_0x7be00f,_0x28b9ac,_0x438d29){return _0x457521(_0x438d29- -_0x514a85._0x5ca159,_0x7be00f-_0x514a85._0x25c2ce,_0x28b9ac-_0x514a85._0x16b68c,_0x7be00f);}if(!_0x5387be){_0x189562();return;}_0x5387be['on'](_0x11a819[_0x47902d(0x227,0x1e7,0x250,_0x44a91f._0x1a31ae)],_0x112e49),_0x5387be['on'](_0x11a819[_0x546db7(-0x14a,-_0x44a91f._0x291a91,-0x18a,-0x172)],_0x189562);if(typeof _0x5387be[_0x546db7(-0x115,-0x11d,-0x146,-_0x44a91f._0x37160b)]===_0x11a819[_0x546db7(-0x10e,-0x13f,-0x17c,-_0x44a91f._0x51674d)]){if(_0x11a819[_0x546db7(-0x116,-_0x44a91f._0x20c465,-_0x44a91f._0x36fa0d,-0x134)]!==_0x11a819[_0x546db7(-0xef,-_0x44a91f._0x17f8c7,-0x167,-_0x44a91f._0x3b4489)]){_0x1d7b2b[_0x47902d(0x238,_0x44a91f._0x290bed,0x205,0x21f)](_0x1a0b0e);return;}else _0x5387be['resume']();}});}function _0xeef9fc(_0x53d972,_0x18c0d1,_0x1ac006,_0x1ffe3a){const _0x58e3f1={_0x18f9b1:0xb7};return _0x1245(_0x1ffe3a-_0x58e3f1._0x18f9b1,_0x1ac006);}export async function syncCredentialsInContainer(_0x4e29f0,{containerId:containerId=null,context:context=_0xeef9fc(0x1bc,0x247,0x203,0x203)+'h'}={}){const _0x40d7c2={_0x18a8b6:0x2a4,_0x319024:0x2d4,_0x49f122:0x295,_0x30f600:0x293,_0x476e62:0x26c,_0x2a1f67:0x285,_0x44576d:0xf6,_0x376691:0xcc,_0x3487de:0xf5,_0xd47da7:0xcd,_0x1c8c9f:0x252,_0x316f4d:0x266,_0x2a32ee:0x255,_0x5a2e6b:0x68,_0x2f87f7:0x1e0,_0x43e0fa:0x226,_0x29ddb2:0xfd,_0x3b63ed:0x142,_0x110b66:0xc7,_0x22c8e7:0x216,_0x2ebf9a:0x233,_0x4dac83:0x244,_0x131e6e:0x221,_0x4b1719:0x248,_0xe0ce52:0x21c,_0x221ff9:0x219,_0x35276a:0x21e,_0x5199bc:0x29b,_0x5b3658:0x294,_0x51b79b:0xe3,_0x32c0b9:0xab,_0x5c4ac2:0x26c,_0x81da3b:0x28b,_0x2f23fe:0x24f,_0x4b153d:0x118,_0x546040:0x254,_0x19cad9:0x2a6,_0x489c94:0x25d,_0x301ca2:0x25c,_0x7257b1:0x21a,_0x13bb9d:0xf9,_0x797ecf:0x105,_0x39ecef:0xca,_0x4996ea:0x28f,_0x4ce36f:0x281,_0x329778:0x224,_0x1ce1ce:0x23d,_0x3858df:0xb5,_0xc528fb:0xa2,_0x3e7784:0xae,_0x889516:0xb2,_0x5afda0:0x25b,_0x382d2f:0x26f,_0x5e848d:0x247,_0x3db314:0x236,_0x11336f:0x201,_0x43866b:0xbd,_0x50f553:0x9b,_0x28c07e:0x65,_0x55b49e:0xaa,_0xf96075:0xfb,_0x294172:0xfc,_0x67d454:0x28e,_0x565694:0x264,_0x514504:0x7a,_0x815267:0xee,_0x324980:0xf2,_0x192e46:0x213,_0x3e6f8d:0x21d,_0x5849bf:0x22f,_0xd838c9:0x21f,_0x52491c:0x25d,_0x19bd16:0x22a,_0x3d03c2:0xac,_0x19643e:0x64,_0x30626c:0xc3,_0x34f182:0xdf},_0x21d40f={_0x28484f:0x6a,_0x554ee0:0xa7,_0x32bbec:0x13a},_0x5ef018={_0x1cbce3:0xea},_0x57b8d8={};_0x57b8d8[_0x5bddcf(_0x40d7c2._0x18a8b6,_0x40d7c2._0x319024,_0x40d7c2._0x49f122,_0x40d7c2._0x30f600)]=_0x5bddcf(0x2bc,0x2b5,_0x40d7c2._0x476e62,_0x40d7c2._0x2a1f67),_0x57b8d8[_0x55e983(_0x40d7c2._0x44576d,0x101,0xdf,0x128)]=function(_0x5b0b2b,_0xfa996c){return _0x5b0b2b===_0xfa996c;},_0x57b8d8[_0x55e983(_0x40d7c2._0x376691,_0x40d7c2._0x3487de,_0x40d7c2._0xd47da7,0xe3)]=_0x5bddcf(_0x40d7c2._0x1c8c9f,_0x40d7c2._0x316f4d,_0x40d7c2._0x2a32ee,0x256),_0x57b8d8['mmUWc']='root',_0x57b8d8[_0x55e983(0x94,_0x40d7c2._0x5a2e6b,0xd5,0x7c)]=function(_0x3da4dc,_0x5b0b02){return _0x3da4dc===_0x5b0b02;},_0x57b8d8[_0x5bddcf(0x239,_0x40d7c2._0x2f87f7,0x250,_0x40d7c2._0x43e0fa)]=_0x55e983(_0x40d7c2._0x29ddb2,_0x40d7c2._0x3b63ed,0x124,_0x40d7c2._0x110b66),_0x57b8d8[_0x5bddcf(_0x40d7c2._0x22c8e7,0x223,0x1ee,_0x40d7c2._0x2ebf9a)]=_0x5bddcf(0x211,0x24d,0x23c,0x24b),_0x57b8d8['HAfEj']=_0x5bddcf(_0x40d7c2._0x4dac83,_0x40d7c2._0x131e6e,_0x40d7c2._0x4b1719,_0x40d7c2._0xe0ce52)+_0x5bddcf(_0x40d7c2._0x221ff9,_0x40d7c2._0x35276a,_0x40d7c2._0x221ff9,0x25e)+_0x5bddcf(_0x40d7c2._0x5199bc,0x279,_0x40d7c2._0x5b3658,0x288)+_0x55e983(_0x40d7c2._0x51b79b,0xae,0xd0,_0x40d7c2._0x32c0b9);const _0x1ebc3c=_0x57b8d8;function _0x5bddcf(_0x4f6fda,_0x74deb4,_0x15c98e,_0x4e0af8){return _0x52ac56(_0x4e0af8- -_0x5ef018._0x1cbce3,_0x4f6fda,_0x15c98e-0xaa,_0x4e0af8-0x155);}const _0x119cfc={};_0x119cfc[_0x5bddcf(_0x40d7c2._0x5c4ac2,0x260,0x2c5,_0x40d7c2._0x81da3b)]=[_0x1ebc3c[_0x5bddcf(0x222,0x292,_0x40d7c2._0x2f23fe,0x264)],'-lc',CONTAINER_CREDENTIAL_SYNC_COMMAND];function _0x55e983(_0x56d323,_0x1b2575,_0x395c22,_0x3c0d44){return _0xeef9fc(_0x56d323-_0x21d40f._0x28484f,_0x1b2575-_0x21d40f._0x554ee0,_0x395c22,_0x56d323- -_0x21d40f._0x32bbec);}_0x119cfc[_0x55e983(0xfc,0xdd,0x102,_0x40d7c2._0x4b153d)]=_0x1ebc3c[_0x5bddcf(_0x40d7c2._0x546040,_0x40d7c2._0x19cad9,0x293,_0x40d7c2._0x5c4ac2)],_0x119cfc['AttachStdo'+'ut']=!![],_0x119cfc[_0x5bddcf(_0x40d7c2._0x489c94,0x212,_0x40d7c2._0x301ca2,_0x40d7c2._0x35276a)+'rr']=!![],_0x119cfc[_0x5bddcf(0x260,_0x40d7c2._0x7257b1,0x258,0x242)]=![];const _0x4c634=await _0x4e29f0[_0x55e983(_0x40d7c2._0x13bb9d,_0x40d7c2._0x797ecf,_0x40d7c2._0x39ecef,0x123)](_0x119cfc),_0x1dc9dc={};_0x1dc9dc[_0x5bddcf(_0x40d7c2._0x4996ea,_0x40d7c2._0x18a8b6,_0x40d7c2._0x5b3658,_0x40d7c2._0x4ce36f)]=!![],_0x1dc9dc[_0x5bddcf(_0x40d7c2._0x329778,0x257,0x253,_0x40d7c2._0x1ce1ce)]=![];const _0x3345ee=await _0x4c634[_0x55e983(0xdc,0xd2,_0x40d7c2._0x3858df,_0x40d7c2._0xc528fb)](_0x1dc9dc);await waitForExecStreamEnd(_0x3345ee);const _0x3f0281=await _0x4c634[_0x55e983(_0x40d7c2._0x3e7784,_0x40d7c2._0x889516,0x82,0x94)](),_0x358c4b=_0x3f0281?.[_0x5bddcf(_0x40d7c2._0x5afda0,_0x40d7c2._0x382d2f,0x25a,_0x40d7c2._0x5e848d)]??0x155*-0x1+0x1bb*0xd+-0x1529*0x1;if(_0x358c4b!==0x65d+-0x63*-0x15+0x73e*-0x2){if(_0x1ebc3c[_0x5bddcf(_0x40d7c2._0x3db314,_0x40d7c2._0x11336f,0x205,0x22c)](_0x1ebc3c[_0x55e983(0x8e,_0x40d7c2._0x43866b,0xc8,0x78)],_0x1ebc3c[_0x55e983(_0x40d7c2._0x50f553,_0x40d7c2._0x28c07e,_0x40d7c2._0x55b49e,0xaa)])){if(!_0x558136){_0x4e1092();return;}_0x19d8b4['on'](_0x1ebc3c[_0x55e983(_0x40d7c2._0xf96075,_0x40d7c2._0x294172,0xfd,0x126)],_0x3fd225),_0x3972a3['on']('end',_0xc1824),_0x1ebc3c[_0x5bddcf(_0x40d7c2._0x67d454,0x264,_0x40d7c2._0x565694,0x28e)](typeof _0x24f142[_0x55e983(0xa7,0xea,0x8e,0x73)],'function')&&_0x519390['resume']();}else throw new Error(_0x55e983(0x8f,_0x40d7c2._0x514504,0xd4,0x92)+'\x20sync\x20fail'+_0x55e983(_0x40d7c2._0x815267,_0x40d7c2._0x324980,0xad,0xd3)+'it\x20code\x20'+_0x358c4b);}logger[_0x5bddcf(0x213,_0x40d7c2._0x192e46,_0x40d7c2._0x3e6f8d,0x232)](_0x1ebc3c[_0x5bddcf(_0x40d7c2._0x5849bf,_0x40d7c2._0xd838c9,_0x40d7c2._0x52491c,_0x40d7c2._0x19bd16)],{'containerId':containerId||_0x4e29f0?.['id']?.[_0x55e983(_0x40d7c2._0x3d03c2,0x6c,_0x40d7c2._0x19643e,0xa8)](0xa*-0x19d+0x1cb5*-0x1+0x373*0xd,0x1*-0x254f+0x1ddb+-0x280*-0x3)||_0x55e983(_0x40d7c2._0x30626c,_0x40d7c2._0x34f182,0x98,0xcd),'context':context});}function _0x52ac56(_0x1d93a0,_0x5760f6,_0x43699b,_0x3be4c8){return _0x1245(_0x1d93a0-0x1ff,_0x5760f6);}export async function syncCredentialsToRunningTaskContainers({dockerClient:dockerClient=null,context:context=_0xeef9fc(0x23c,0x26d,0x236,0x245)+_0x52ac56(0x321,0x334,0x322,0x336)}={}){const _0x10273d={_0xbfc1e6:0x104,_0xb9896:0x9d,_0x15625f:0x93,_0x2bd3f8:0x7e,_0x45aad2:0x5d,_0x5e2356:0x5e,_0x28aa2f:0x425,_0x4bb3ae:0x40a,_0x2c94d7:0x69,_0x3b70f1:0xa6,_0x56c753:0x8e,_0x47d361:0x7d,_0x3d37b9:0x432,_0x3f1275:0x41b,_0x377997:0x46e,_0x598899:0x42e,_0x36bcb4:0x414,_0x1aa103:0x438,_0x3861af:0x434,_0x19945c:0x25,_0x1e3ba7:0x6d,_0x33a454:0x482,_0x46bb9b:0x43a,_0x3ce480:0x9e,_0x33c38f:0xda,_0x4b178c:0x7c,_0xfac46a:0x68,_0xfb5090:0x45,_0x56eda5:0xeb,_0xe2a183:0xc5,_0x3de08b:0x101,_0x5c060d:0xe3,_0x2db107:0xc8,_0x435d43:0xac,_0x3efe7c:0xb0,_0x264f84:0x49a,_0x5c11a9:0x45d,_0x1d929c:0x47c,_0x474974:0x47f,_0x402540:0x475,_0x45a0a3:0x46d,_0x3ce1e4:0x42d,_0x21cfbe:0x432,_0x85d0b6:0x41d,_0x5b1e05:0xad,_0x1f2481:0xe3,_0x518826:0xdb,_0x385a19:0x10f,_0x14de49:0xd9,_0x5a52da:0x4c9,_0x48591c:0xe1,_0x117739:0xe2,_0x4637c6:0xae,_0x287615:0xf1,_0x146530:0xb3,_0x3b30f1:0xe4,_0x1bc443:0x125,_0x405a13:0x4a5,_0x21dd06:0x46c,_0x8aa9d3:0x49a,_0x1a6688:0x59,_0x2583e3:0x9a,_0x31c1d3:0xd6,_0xaca84d:0x4a1,_0x40302c:0x471,_0xd11959:0x4a8,_0x4c6773:0x474,_0x152a16:0xd0,_0x5a5e39:0xd8,_0x2cb4e5:0xd2,_0x4c934e:0x39,_0x2666af:0x82,_0x56f7e3:0xb7,_0x45df8a:0x6b,_0x483125:0x9a,_0x37004e:0xcb,_0x535d89:0x94,_0x44f008:0x2f,_0x33aab4:0x490,_0x3ef94e:0x8c,_0x134b19:0x4ac,_0x49a11f:0x473,_0x3fd8ed:0x46a,_0x80fde1:0x47f,_0xde40f9:0x63,_0x3712ab:0x41,_0xf1487d:0xa6,_0x48e62a:0x4a5,_0x3f97a3:0x42a,_0x2836b3:0x461,_0x6939f6:0x4d7,_0x32da7e:0x4d0,_0x47cebf:0x488,_0x33045c:0x424,_0x2571af:0x474,_0x12c893:0x491,_0x4d0934:0x47d,_0x26b304:0x499,_0x4b443e:0x444,_0x4d4339:0x4b7,_0x26da17:0xff,_0x158164:0xdf,_0x4e6c55:0xa8,_0x51a1d7:0xd2,_0x4fa951:0x8a,_0x431f40:0x9b,_0x2dcd80:0x49e},_0x33dc58={_0x12b267:0x5e,_0x589416:0x159},_0x7b3410={_0xd43028:0x345,_0x5a1bd5:0x343,_0x5911fd:0x361,_0x1dc558:0x31b,_0x5965e5:0x2e3},_0x3d3738={_0x47030c:0x31d,_0x231439:0xb5,_0x421f6b:0x56},_0xb9959d={_0x406716:0xa4};function _0x44fa04(_0x23e9e8,_0x5d70c2,_0x3ce31c,_0x3977b4){return _0x52ac56(_0x23e9e8-0x121,_0x5d70c2,_0x3ce31c-0x9a,_0x3977b4-_0xb9959d._0x406716);}const _0x5c25b1={'qaEtP':function(_0x160aa0,_0x56cd59,_0x5ef708){return _0x160aa0(_0x56cd59,_0x5ef708);},'mfFBi':'Credential'+_0x424b37(_0x10273d._0xbfc1e6,0xc7,_0x10273d._0xb9896,_0x10273d._0x15625f)+'ed\x20for\x20som'+_0x424b37(_0x10273d._0x2bd3f8,0x8c,_0x10273d._0x45aad2,_0x10273d._0x5e2356)+'task\x20conta'+_0x44fa04(_0x10273d._0x28aa2f,_0x10273d._0x4bb3ae,0x3e4,0x447),'wptji':function(_0x221bff,_0x325b7c){return _0x221bff===_0x325b7c;},'abndu':function(_0x3adf9b,_0xf969ee){return _0x3adf9b-_0xf969ee;},'hzhhN':function(_0x1ca35e,_0x2c438c){return _0x1ca35e>_0x2c438c;},'DnURN':_0x424b37(_0x10273d._0x2c94d7,_0x10273d._0x3b70f1,_0x10273d._0x56c753,_0x10273d._0x47d361),'rXXrL':_0x44fa04(_0x10273d._0x3d37b9,_0x10273d._0x3f1275,_0x10273d._0x377997,0x436)+'\x20sync\x20comp'+_0x44fa04(_0x10273d._0x598899,_0x10273d._0x36bcb4,_0x10273d._0x1aa103,0x429)+_0x44fa04(0x441,0x433,0x445,_0x10273d._0x3861af)+_0x424b37(_0x10273d._0x19945c,_0x10273d._0x1e3ba7,0x6d,0x2f)+'ers'},_0x1055c1=dockerClient||new _0x5f18de(),_0x5e425b={};_0x5e425b[_0x44fa04(_0x10273d._0x33a454,0x44a,_0x10273d._0x46bb9b,0x4af)]=![];const _0x203e8b=await _0x1055c1[_0x44fa04(0x485,0x4bb,0x454,0x482)+_0x424b37(0x82,_0x10273d._0x3ce480,0x57,_0x10273d._0x33c38f)](_0x5e425b),_0x4a0a29=_0x203e8b[_0x424b37(_0x10273d._0x4b178c,0x6b,_0x10273d._0xfac46a,_0x10273d._0xfb5090)](_0x4a7389=>Array[_0x44fa04(0x450,0x426,0x41f,0x466)](_0x4a7389[_0x44fa04(0x45d,0x427,0x466,0x477)])&&_0x4a7389[_0x44fa04(0x45d,0x477,0x49f,0x496)][_0x424b37(0xb3,0x95,0x4f,0xbf)](_0x4e11fb=>_0x4e11fb[_0x424b37(0x85,0xc1,0x8f,0x80)](_0x424b37(0xf0,0xf1,0x117,0xee))));if(_0x5c25b1[_0x424b37(_0x10273d._0x56eda5,_0x10273d._0xe2a183,0x95,0xa9)](_0x4a0a29[_0x424b37(_0x10273d._0x3de08b,_0x10273d._0x5c060d,0x113,0xb0)],-0x1e5+0x4b3*0x8+-0x23b3)){const _0x267791={};return _0x267791[_0x424b37(_0x10273d._0x2db107,0xdf,_0x10273d._0x435d43,0xda)]=0x0,_0x267791[_0x424b37(0xa0,0x8a,_0x10273d._0x3efe7c,0x58)]=0x0,_0x267791[_0x44fa04(_0x10273d._0x264f84,_0x10273d._0x5c11a9,_0x10273d._0x1d929c,0x467)]=0x0,_0x267791;}const _0x1086f5=await Promise[_0x44fa04(0x43a,_0x10273d._0x474974,0x416,0x42e)](_0x4a0a29[_0x44fa04(_0x10273d._0x402540,0x454,0x47a,_0x10273d._0x45a0a3)](async _0x839b=>{const _0x26343f={_0x54ff7d:0x16c,_0x34f6d3:0xdf};function _0x3e3cb0(_0x121c1b,_0x3346ec,_0x4ef82e,_0x5078d9){return _0x44fa04(_0x5078d9- -_0x3d3738._0x47030c,_0x121c1b,_0x4ef82e-_0x3d3738._0x231439,_0x5078d9-_0x3d3738._0x421f6b);}const _0x34c11b=_0x1055c1[_0x495341(_0x7b3410._0xd43028,0x321,_0x7b3410._0x5a1bd5,_0x7b3410._0x5911fd)+'er'](_0x839b['Id']);function _0x495341(_0x16f267,_0x1a4dbc,_0x3ab8ee,_0x4b431c){return _0x44fa04(_0x3ab8ee- -_0x26343f._0x54ff7d,_0x4b431c,_0x3ab8ee-0x1b7,_0x4b431c-_0x26343f._0x34f6d3);}return await _0x5c25b1[_0x495341(0x2e4,0x2bc,0x2c0,0x2ad)](syncCredentialsInContainer,_0x34c11b,{'containerId':_0x839b['Id'][_0x495341(0x2c0,_0x7b3410._0x1dc558,_0x7b3410._0x5965e5,0x2fa)](-0x1*0x1b64+0x1fe6+-0x2*0x241,0x17ce+0x187b+-0x303d),'context':context}),_0x839b['Id'];})),_0x13827c=_0x1086f5[_0x44fa04(_0x10273d._0x3ce1e4,_0x10273d._0x21cfbe,_0x10273d._0x85d0b6,0x43d)](_0x146fde=>_0x146fde['status']===_0x424b37(0x9b,0x98,0xd3,0x6b))[_0x424b37(_0x10273d._0x3ce480,0xe3,_0x10273d._0x5b1e05,0xcb)],_0x347803=_0x5c25b1['abndu'](_0x1086f5[_0x424b37(0xf4,_0x10273d._0x1f2481,_0x10273d._0x518826,_0x10273d._0x385a19)],_0x13827c);if(_0x5c25b1[_0x424b37(_0x10273d._0xe2a183,_0x10273d._0x14de49,0x116,0x91)](_0x347803,-0xe09*0x2+0x3*0x67e+0x28*0x37)){if(_0x5c25b1[_0x44fa04(0x487,_0x10273d._0x5a52da,0x47f,0x481)](_0x424b37(_0x10273d._0x48591c,_0x10273d._0x117739,_0x10273d._0x4637c6,_0x10273d._0x287615),_0x5c25b1[_0x424b37(_0x10273d._0x146530,_0x10273d._0x3b30f1,0xec,_0x10273d._0x1bc443)])){const _0x20e148={};_0x20e148['attempted']=_0xc3df33[_0x44fa04(_0x10273d._0x405a13,0x4ca,_0x10273d._0x21dd06,0x4b7)],_0x20e148[_0x44fa04(0x44c,0x407,0x44a,0x445)]=_0x3c1885,_0x20e148[_0x44fa04(_0x10273d._0x8aa9d3,0x462,0x47c,_0x10273d._0x21dd06)]=_0x753abb,_0x20e148['context']=_0x1ed162,_0x2fc14e[_0x424b37(_0x10273d._0x1a6688,_0x10273d._0x2583e3,0xe1,0xba)](_0x5c25b1[_0x424b37(0xea,0xef,0xbd,_0x10273d._0x31c1d3)],_0x20e148);}else{const _0x5116c8={};_0x5116c8[_0x44fa04(_0x10273d._0xaca84d,_0x10273d._0x40302c,0x470,_0x10273d._0xd11959)]=_0x1086f5[_0x44fa04(0x4a5,0x494,0x4a2,_0x10273d._0x4c6773)],_0x5116c8['succeeded']=_0x13827c,_0x5116c8[_0x424b37(_0x10273d._0x152a16,_0x10273d._0x5a5e39,_0x10273d._0x2cb4e5,0x111)]=_0x347803,_0x5116c8[_0x424b37(_0x10273d._0x4c934e,_0x10273d._0x2666af,0x8a,_0x10273d._0x56f7e3)]=context,logger[_0x424b37(_0x10273d._0x45df8a,_0x10273d._0x483125,0xdb,_0x10273d._0x37004e)](_0x424b37(_0x10273d._0x535d89,0x70,0x5e,_0x10273d._0x44f008)+'\x20sync\x20fail'+_0x44fa04(0x4aa,_0x10273d._0x33aab4,0x4e8,0x494)+_0x424b37(0x91,_0x10273d._0x3ef94e,0x9a,0x7a)+_0x44fa04(_0x10273d._0x134b19,_0x10273d._0x49a11f,_0x10273d._0x3fd8ed,_0x10273d._0x80fde1)+_0x424b37(0x8c,_0x10273d._0xde40f9,0x8e,_0x10273d._0x3712ab),_0x5116c8);}}else{const _0x5cddd9={};_0x5cddd9[_0x424b37(_0x10273d._0xf1487d,0xdf,0x125,0x111)]=_0x1086f5[_0x44fa04(_0x10273d._0x48e62a,0x482,0x490,0x4d0)],_0x5cddd9[_0x44fa04(0x44c,0x43e,_0x10273d._0x3f97a3,_0x10273d._0x2836b3)]=_0x13827c,_0x5cddd9[_0x44fa04(0x49a,_0x10273d._0x6939f6,_0x10273d._0x32da7e,0x4e0)]=_0x347803,_0x5cddd9[_0x44fa04(0x444,_0x10273d._0x3ce1e4,_0x10273d._0x47cebf,_0x10273d._0x33045c)]=context,logger[_0x44fa04(_0x10273d._0x2571af,0x491,_0x10273d._0x12c893,0x45c)](_0x5c25b1[_0x44fa04(_0x10273d._0x4d0934,_0x10273d._0x26b304,_0x10273d._0x4b443e,_0x10273d._0x4d4339)],_0x5cddd9);}const _0x1fc1b0={};_0x1fc1b0[_0x424b37(_0x10273d._0x26da17,_0x10273d._0x158164,_0x10273d._0x4e6c55,0xd6)]=_0x1086f5[_0x424b37(0xd8,0xe3,0xec,_0x10273d._0x51a1d7)];function _0x424b37(_0x2c41fc,_0x526c8e,_0x2fc9a8,_0x10faac){return _0xeef9fc(_0x2c41fc-0x6,_0x526c8e-_0x33dc58._0x12b267,_0x2c41fc,_0x526c8e- -_0x33dc58._0x589416);}return _0x1fc1b0[_0x424b37(0xb0,_0x10273d._0x4fa951,0x8f,_0x10273d._0x431f40)]=_0x13827c,_0x1fc1b0[_0x44fa04(0x49a,_0x10273d._0x2dcd80,0x4de,0x475)]=_0x347803,_0x1fc1b0;}export function getContainerCredentialSyncCommand(){return CONTAINER_CREDENTIAL_SYNC_COMMAND;}function _0x4d50(){const _0xc3987f=['cMzPcMLMifSGlq','qxr0ywnOu3rKzq','B3DUic1signVza','EcbDoYb0AgvUcG','CwffDfa','zMLSDgvY','Bgv0zwqGzM9Yia','C2SGy29UDgfPBG','ic9TBNqVz2vTAq','zwjsDva','q3jLzgvUDgLHBa','zxyVBNvSBcb8Fa','ignWic9TBNqVyW','sefMrwO','mJqYnde2A1HdwgDe','BvHjBxy','ihX8ihrYDwuk','zMKkAwyGwYaTza','ywXSu2v0DgXLza','Bgf1zguUANnVBG','nJjwwMT4s2i','zgvIDwC','AvbRtNm','DwukzMKkAwyGwW','B2rLCI8Uz2vTAq','CNvUBMLUzYb0yq','CMvMCMvZAa','sKXzCfK','y29UDgv4Da','mtaWotK5nuPUwNDuva','cMLMifSGlwqGlW','CI8Uy29UzMLNlW','C3rKAw4','twvHvhe','CMvZDw1L','lMPZB24GmJ4Vza','C3vJy2vLzgvK','vhr5','zsbYDw5UAw5Nia','C3vIC3rYAw5N','AxnbCNjHEq','Aw5ZCgvJDa','rxHPDenVzgu','zNvUy3rPB24','Dc9JBgf1zguUAG','zqPMAqPPzIbBia','zej2uxu','C29Tzq','Bw50l2DLBwLUAq','y29KzxiVlMDLBq','zNvSzMLSBgvK','vLvOs3G','D2fYBG','tMfTzxm','mJyWmtjIDKvRDMC','lwnVBMzPzY8Uia','BMvYCW','yMfZAa','mtfeDLHyv2K','r0T6ruC','EurhvMO','z29Vz2XLlwDLBG','Dw5RBM93BG','zxiVlMnVzgv4lW','uhzsCgu','y3jLzgvUDgLHBa','ig1RzgLYic1Wia','mZb6yMjbqMu','DgfZAY1SyxvUyW','ihrYDwukzMKkAq','lMnVBMzPzY9NBW','z0fjAe4','lY5JBgf1zguGlW','mZi3qvzLtKTy','Aw5PlwnVBMzPzW','DvDfAvC','Aw5MBW','BwfW','lMDLBwLUAsaVAa','Bw1vv2m','CY8Uic9OB21LlW','nZu2nwHNqxjLBG','Ag9Tzs9JB2rLCG','mZuWmtqWnuHLueD6ta','zgvYlY5JBgf1za','CLHyCKW','DI9UDwXSihX8ia','C3rHCNq','mJ4Vzgv2l251Ba','mJe3sK1mC1ni','ywXS','C3rHCNrZv2L0Aa','zxjHDgL2zs1HAq','BgLZDenVBNrHAq','Bgv0zwq','D3b0AMK','BwLUAs1Zzxr0Aq','ihn5BMmGzMfPBa','zcaVBw50l2DLBq','ic9OB21Ll2nVza','AgLQywnR','icbJCcaTCIaVBq','B24UyMfJA3vWia','lYaYpI9KzxyVBG','zxjYB3i','zwqGD2L0AcbLEa','zxi6y29KzxiGlW','ihn5BMmGy29TCa','icbTA2rPCIaTCa','lMjHy2T1CcaVAa','q21K','lwqGl21UDc9Nzq','if07ihrOzw4kia','uxfAC28','zMfPBgvK','AhPOAe4','zxHLyW','mJu3ntmZodbgCxjIvxO','y0Xhrw8','vxnLCG','r251zfC','yxr0zw1WDgvK','zw5K','BNqVy2XHDwrLlW','zMjTBvO','BgvUz3rO','rg5vuK4','BMDZif07ihrOzq','DwXSihX8ihrYDq','Dhj1zqPMAqPJAa','zwqGzM9YihnVBq','l2HVBwuVy29Kzq','DgfZAYbJB250yq','mtu4otGWmfz6vNLAyq','A2vLCgfSAxzLlq','z2v0q29UDgfPBG','yxrPDMuTywKGmG','BwzgqMK','cIaGy3aGlxiGlW','l2nVzgvYlq','B21Ll2nVzgvYlW','lIaVAg9Tzs9JBW','Aw5LCNm','q2jRt2e','q29UDgfPBMvYia'];_0x4d50=function(){return _0xc3987f;};return _0x4d50();}