@evomap/evolver-core 2.0.0 → 2.0.2

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 (91) hide show
  1. package/dist/algo/antiDistill.js +1 -167
  2. package/dist/algo/bans.js +1 -33
  3. package/dist/algo/candidateAssembly.js +1 -273
  4. package/dist/algo/capabilityCandidates.js +1 -146
  5. package/dist/algo/confidence.js +1 -196
  6. package/dist/algo/conversationSniffer.js +1 -149
  7. package/dist/algo/cycleEngine.js +1 -625
  8. package/dist/algo/cycleFailureClassifier.js +1 -112
  9. package/dist/algo/epigenetics.js +1 -41
  10. package/dist/algo/evolutionEvent.js +1 -24
  11. package/dist/algo/exploration.js +1 -68
  12. package/dist/algo/geneHealth.js +1 -17
  13. package/dist/algo/geneIntake.js +1 -128
  14. package/dist/algo/genePromotion.js +1 -53
  15. package/dist/algo/geneSelection.js +1 -546
  16. package/dist/algo/index.js +1 -22
  17. package/dist/algo/memoryGraph.js +1 -86
  18. package/dist/algo/mutation.js +1 -22
  19. package/dist/algo/orchestrator.js +1 -87
  20. package/dist/algo/publishEligibility.js +1 -52
  21. package/dist/algo/solidify.js +1 -63
  22. package/dist/algo/strategyPresets.js +1 -61
  23. package/dist/algo/ucb1.js +1 -156
  24. package/dist/benchmark/antiGeneBenchmark.js +1 -252
  25. package/dist/benchmark/antiGeneImpact.js +1 -34
  26. package/dist/benchmark/antiGeneRollout.js +1 -269
  27. package/dist/benchmark/benchmark.js +1 -26
  28. package/dist/benchmark/evolutionThesisSolver.js +1 -41
  29. package/dist/benchmark/index.js +1 -7
  30. package/dist/benchmark/selectionFlatAbstention.js +1 -481
  31. package/dist/benchmark/thesis.js +1 -150
  32. package/dist/benchmark/triggerShift.js +1 -106
  33. package/dist/cycle/cycleTimeline.js +1 -74
  34. package/dist/cycle/index.js +1 -2
  35. package/dist/cycle/stateMachine.js +1 -25
  36. package/dist/hub/agentDirectory.js +1 -104
  37. package/dist/hub/assetCallLog.js +1 -195
  38. package/dist/hub/bindings.js +1 -121
  39. package/dist/hub/capability.js +1 -1
  40. package/dist/hub/conversationDistiller.js +1 -264
  41. package/dist/hub/fake.js +1 -70
  42. package/dist/hub/hubReview.js +1 -106
  43. package/dist/hub/index.js +1 -11
  44. package/dist/hub/ingest.js +1 -15
  45. package/dist/hub/questionGenerator.js +1 -408
  46. package/dist/hub/reuseDecision.js +1 -127
  47. package/dist/hub/sanitize.js +1 -322
  48. package/dist/material/boundary.js +1 -14
  49. package/dist/material/consumer.js +1 -55
  50. package/dist/material/emit.js +1 -52
  51. package/dist/material/factory.js +1 -25
  52. package/dist/material/index.js +1 -9
  53. package/dist/material/materialArchive.js +1 -466
  54. package/dist/material/materialStore.js +1 -69
  55. package/dist/material/sampling.js +1 -39
  56. package/dist/material/sources.js +1 -33
  57. package/dist/material/watermark.js +1 -76
  58. package/dist/personality/drift.js +1 -106
  59. package/dist/personality/events.js +1 -37
  60. package/dist/personality/evolveOps.js +1 -93
  61. package/dist/personality/index.js +1 -11
  62. package/dist/personality/mutate.js +1 -39
  63. package/dist/personality/pivot.js +1 -22
  64. package/dist/personality/prompt.js +1 -62
  65. package/dist/personality/riskGate.js +1 -80
  66. package/dist/personality/schema.js +1 -119
  67. package/dist/personality/select.js +1 -71
  68. package/dist/personality/stats.js +1 -82
  69. package/dist/personality/store.js +1 -92
  70. package/dist/schema/common.js +1 -17
  71. package/dist/schema/evolutionGraph.js +1 -187
  72. package/dist/schema/index.js +1 -6
  73. package/dist/schema/material.js +1 -50
  74. package/dist/schema/problem.js +1 -45
  75. package/dist/schema/proofOfWork.js +1 -9
  76. package/dist/schema/signal.js +1 -19
  77. package/dist/signals/curriculum.js +1 -202
  78. package/dist/signals/cycleHistoryFromEvents.js +1 -105
  79. package/dist/signals/expand.js +1 -293
  80. package/dist/signals/extractor.js +1 -82
  81. package/dist/signals/index.js +1 -8
  82. package/dist/signals/metaSignals.js +1 -200
  83. package/dist/signals/signalGate.js +1 -40
  84. package/dist/signals/taskDomain.js +1 -43
  85. package/dist/signals/traceSignals.js +1 -123
  86. package/dist/strategy/constraintAblation.js +1 -2820
  87. package/dist/strategy/constraintAblationPredicates.js +1 -339
  88. package/dist/strategy/experiment.js +1 -63
  89. package/dist/strategy/index.js +1 -3
  90. package/dist/strategy/strategyPoint.js +1 -23
  91. package/package.json +1 -1
@@ -1,252 +1 @@
1
- import { mkdtempSync, rmSync } from 'node:fs';
2
- import { tmpdir } from 'node:os';
3
- import { join } from 'node:path';
4
- import { LocalJsonlProvider } from '../assetstore/localJsonl.js';
5
- import { ReviewLedger } from '../assetstore/reviewLedger.js';
6
- import { Ingestor } from '../events/ingest.js';
7
- import { LineTooLargeError } from '../events/eventStore.js';
8
- import { CycleEngine } from '../algo/cycleEngine.js';
9
- import { runEvolutionCycle } from '../algo/orchestrator.js';
10
- import { makeGeneSelectionPoint } from '../algo/geneSelection.js';
11
- import { parseOverblockedAntiGenes, summarizeOverblockedAntiGenes } from './antiGeneImpact.js';
12
- const ALL_ASSETS_LIMIT = Number.MAX_SAFE_INTEGER;
13
- const ASSET_KINDS = ['Gene', 'Capsule', 'EvolutionEvent', 'AntiGene'];
14
- function buildProblem(task, now) {
15
- return {
16
- id: task.id,
17
- signature: `anti-gene-benchmark:${task.id}`,
18
- signatureV: 1,
19
- firstSeenAt: new Date(now - 1000).toISOString(),
20
- lastSeenAt: new Date(now).toISOString(),
21
- occurrences: 3,
22
- linkedSignals: task.signals,
23
- resolvedBy: null,
24
- status: 'open',
25
- value: { severity: 1, reach: 1, strategicFit: 1, novelty: 0, costEst: 0 },
26
- consecutiveFailures: 0,
27
- cooldownUntil: null,
28
- extensions: {},
29
- };
30
- }
31
- async function copyAssets(source, dest, includeAntiGenes) {
32
- for (const kind of ASSET_KINDS) {
33
- if (kind === 'AntiGene' && !includeAntiGenes)
34
- continue;
35
- for (const asset of await source.list(kind, ALL_ASSETS_LIMIT))
36
- await dest.put(asset);
37
- }
38
- }
39
- function copyReview(source, dest) {
40
- for (const record of source?.records() ?? []) {
41
- dest.mark({
42
- assetId: record.assetId,
43
- state: record.state,
44
- ...(record.by ? { by: record.by } : {}),
45
- ...(record.reason ? { reason: record.reason } : {}),
46
- at: record.at,
47
- });
48
- }
49
- }
50
- function defaultReviewForStore(store, now) {
51
- const baseDir = store.baseDir;
52
- return typeof baseDir === 'string' ? new ReviewLedger(baseDir, now) : null;
53
- }
54
- function observedWarningIds(decision) {
55
- if (!decision || typeof decision !== 'object')
56
- return [];
57
- const warnings = decision.antiWarnings;
58
- if (!Array.isArray(warnings))
59
- return [];
60
- return warnings
61
- .map((warning) => {
62
- if (!warning || typeof warning !== 'object' || Array.isArray(warning))
63
- return '';
64
- const row = warning;
65
- return String(row.antiGeneId ?? row.assetId ?? '');
66
- })
67
- .filter(Boolean);
68
- }
69
- function missingExpected(expected, observed) {
70
- const seen = new Set(observed);
71
- return (expected ?? []).filter((id) => !seen.has(id));
72
- }
73
- function executeFor(outcome) {
74
- return () => ({
75
- outcome: {
76
- status: outcome.status,
77
- score: outcome.score ?? (outcome.status === 'success' ? 0.9 : 0.2),
78
- ...(outcome.reason ? { reason: outcome.reason } : {}),
79
- },
80
- });
81
- }
82
- async function runOneArm(arm, task, source, sourceReview, rootDir, now, disableSemanticIdf) {
83
- const armDir = join(rootDir, arm, task.id);
84
- const store = new LocalJsonlProvider(join(armDir, 'assets'));
85
- const review = new ReviewLedger(join(armDir, 'assets'), now);
86
- await copyAssets(source, store, arm === 'antiGene');
87
- copyReview(sourceReview, review);
88
- const eventPath = join(armDir, 'events.jsonl');
89
- const engine = new CycleEngine({
90
- ingestor: new Ingestor({ path: eventPath, now }),
91
- selection: makeGeneSelectionPoint(),
92
- store,
93
- now,
94
- });
95
- const spec = task.outcomes[arm];
96
- const opts = {
97
- cycleId: `${arm}-${task.id}`,
98
- problem: buildProblem(task, now()),
99
- signals: task.signals,
100
- category: task.category ?? 'repair',
101
- target: task.target ?? 't.ts',
102
- expectedEffect: task.expectedEffect ?? `anti-gene benchmark ${task.id}`,
103
- summary: task.summary ?? `anti-gene benchmark ${task.id}`,
104
- confidence: task.confidence ?? 0.9,
105
- execute: executeFor(spec),
106
- review,
107
- consumePendingSignals: false,
108
- ...(disableSemanticIdf ? { disableSemanticIdf: true } : {}),
109
- };
110
- const result = await runEvolutionCycle(engine, store, opts);
111
- const observed = observedWarningIds(result.decision);
112
- return {
113
- status: spec.status,
114
- score: spec.score ?? (spec.status === 'success' ? 0.9 : 0.2),
115
- repeatedFailure: spec.repeatedFailure === true,
116
- overblocked: spec.overblocked === true,
117
- observedAntiWarnings: observed,
118
- missingExpectedWarnings: arm === 'antiGene' ? missingExpected(task.expectedAntiWarnings, observed) : [],
119
- };
120
- }
121
- function armMetrics(arm, results) {
122
- const n = results.length;
123
- const failures = results.filter((r) => r.status === 'failed').length;
124
- return {
125
- arm,
126
- n,
127
- failures,
128
- failureRate: n > 0 ? failures / n : 0,
129
- repeatedFailures: results.filter((r) => r.repeatedFailure).length,
130
- overblocked: results.filter((r) => r.overblocked).length,
131
- observedWarnings: results.reduce((sum, r) => sum + r.observedAntiWarnings.length, 0),
132
- };
133
- }
134
- function verdict(report, minSamples, minFailureDelta) {
135
- if (report.baseline.n < minSamples || report.antiGene.n < minSamples)
136
- return 'insufficient_samples';
137
- if (report.failureDelta >= minFailureDelta && report.antiGene.observedWarnings > 0 && report.missingExpectedWarnings === 0)
138
- return 'anti_gene_better';
139
- if (report.failureDelta < -minFailureDelta || (minFailureDelta === 0 && report.failureDelta < 0))
140
- return 'anti_gene_worse';
141
- return 'no_clear_improvement';
142
- }
143
- function buildReport(suite, taskResults, minSamples, minFailureDelta) {
144
- const baseline = armMetrics('baseline', taskResults.map((r) => r.baseline));
145
- const antiGene = armMetrics('antiGene', taskResults.map((r) => r.antiGene));
146
- const partial = {
147
- suite: suite.name,
148
- tasks: suite.tasks.length,
149
- baseline,
150
- antiGene,
151
- missingExpectedWarnings: taskResults.reduce((sum, r) => sum + r.antiGene.missingExpectedWarnings.length, 0),
152
- overblocked: antiGene.overblocked,
153
- overblockedAntiGenes: summarizeOverblockedAntiGenes(taskResults),
154
- failureDelta: baseline.failureRate - antiGene.failureRate,
155
- taskResults,
156
- };
157
- return { ...partial, verdict: verdict(partial, minSamples, minFailureDelta) };
158
- }
159
- export async function runAntiGeneBenchmark(suite, deps, options = {}) {
160
- const now = options.now ?? Date.now;
161
- const sourceReview = deps.review ?? defaultReviewForStore(deps.store, now);
162
- if (!sourceReview)
163
- throw new Error('AntiGene benchmark requires a ReviewLedger or a LocalJsonlProvider-backed store so review state can be copied');
164
- const minSamples = options.minSamples ?? 30;
165
- const minFailureDelta = options.minFailureDelta ?? 0.05;
166
- const rootDir = mkdtempSync(join(tmpdir(), 'anti-gene-benchmark-'));
167
- try {
168
- const taskResults = [];
169
- for (const task of suite.tasks) {
170
- taskResults.push({
171
- taskId: task.id,
172
- baseline: await runOneArm('baseline', task, deps.store, sourceReview, rootDir, now, options.disableSemanticIdf === true),
173
- antiGene: await runOneArm('antiGene', task, deps.store, sourceReview, rootDir, now, options.disableSemanticIdf === true),
174
- });
175
- }
176
- const report = buildReport(suite, taskResults, minSamples, minFailureDelta);
177
- if (options.eventsPath)
178
- await writeAntiGeneBenchmarkResult(report, options.eventsPath, now);
179
- return report;
180
- }
181
- finally {
182
- rmSync(rootDir, { recursive: true, force: true });
183
- }
184
- }
185
- export async function writeAntiGeneBenchmarkResult(report, eventsPath, now = Date.now) {
186
- const ingestor = new Ingestor({ path: eventsPath, now });
187
- try {
188
- await ingestReportPayload(ingestor, report);
189
- }
190
- catch (error) {
191
- if (!(error instanceof LineTooLargeError))
192
- throw error;
193
- await ingestReportPayload(ingestor, compactReportPayload(report, 5));
194
- }
195
- }
196
- async function ingestReportPayload(ingestor, payload) {
197
- await ingestor.ingest({
198
- type: 'anti_gene.benchmark_result',
199
- human: { title: `anti-gene benchmark ${payload.suite}` },
200
- payload: payload,
201
- actor: { kind: 'machine', id: 'anti-gene-benchmark' },
202
- });
203
- }
204
- function compactWarnings(items) {
205
- return items.slice(0, 3);
206
- }
207
- function compactRunResult(result) {
208
- return {
209
- ...result,
210
- observedAntiWarnings: compactWarnings(result.observedAntiWarnings),
211
- missingExpectedWarnings: compactWarnings(result.missingExpectedWarnings),
212
- };
213
- }
214
- function compactReportPayload(report, maxTasks) {
215
- return {
216
- ...report,
217
- taskResults: report.taskResults.slice(0, maxTasks).map((task) => ({
218
- taskId: task.taskId,
219
- baseline: compactRunResult(task.baseline),
220
- antiGene: compactRunResult(task.antiGene),
221
- })),
222
- taskResultsTruncated: Math.max(0, report.taskResults.length - maxTasks),
223
- };
224
- }
225
- function isReportPayload(value) {
226
- return !!value && typeof value === 'object'
227
- && typeof value.suite === 'string'
228
- && typeof value.tasks === 'number'
229
- && typeof value.verdict === 'string';
230
- }
231
- function normalizeReportPayload(value) {
232
- const parsed = parseOverblockedAntiGenes(value.overblockedAntiGenes);
233
- const truncated = typeof value.taskResultsTruncated === 'number' && value.taskResultsTruncated > 0;
234
- return {
235
- ...value,
236
- overblockedAntiGenes: parsed ?? (truncated ? [] : summarizeOverblockedAntiGenes(value.taskResults ?? [])),
237
- };
238
- }
239
- export function antiGeneBenchmarkReportsFromEvents(events) {
240
- const out = [];
241
- for (const event of events) {
242
- if (event.type !== 'anti_gene.benchmark_result')
243
- continue;
244
- if (isReportPayload(event.payload))
245
- out.push(normalizeReportPayload(event.payload));
246
- }
247
- return out;
248
- }
249
- export function latestAntiGeneBenchmarkReport(events) {
250
- const reports = antiGeneBenchmarkReportsFromEvents(events);
251
- return reports[reports.length - 1] ?? null;
252
- }
1
+ const _0x5e73b7=_0x5e18;function _0x5e18(_0x1f7fbd,_0x279ccb){_0x1f7fbd=_0x1f7fbd-(0x1a6c*-0x1+0xa23*0x3+-0x2e5);const _0x542667=_0x49fb();let _0x25572b=_0x542667[_0x1f7fbd];if(_0x5e18['\x6d\x44\x54\x56\x4e\x78']===undefined){var _0x11e77b=function(_0x1ee7f7){const _0x1ba694='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';let _0x43c1bb='',_0x5c0efb='';for(let _0x240db8=0x25b7+-0x2564+0x1*-0x53,_0x5ed6f8,_0x38185c,_0x2df962=-0x3*-0x611+0x2316+0x1*-0x3549;_0x38185c=_0x1ee7f7['\x63\x68\x61\x72\x41\x74'](_0x2df962++);~_0x38185c&&(_0x5ed6f8=_0x240db8%(0x19c9+0x90a+-0x22cf)?_0x5ed6f8*(0x122a*0x1+0x17*0x115+-0x2acd)+_0x38185c:_0x38185c,_0x240db8++%(-0x1*0x26dd+0x23c6+0x31b))?_0x43c1bb+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0x1*0x7be+-0x4a4+-0x21b&_0x5ed6f8>>(-(0x1f50+0x1136*-0x1+-0xe18)*_0x240db8&-0x182*0x4+-0x2f*0x83+0x1e1b)):-0x665+0xa7b*-0x2+0x95*0x2f){_0x38185c=_0x1ba694['\x69\x6e\x64\x65\x78\x4f\x66'](_0x38185c);}for(let _0x1ef9b9=-0x851*0x4+-0xc59+0x2d9d,_0x4b8d08=_0x43c1bb['\x6c\x65\x6e\x67\x74\x68'];_0x1ef9b9<_0x4b8d08;_0x1ef9b9++){_0x5c0efb+='\x25'+('\x30\x30'+_0x43c1bb['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x1ef9b9)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](-0x35*-0x1a+-0xd5c+-0x157*-0x6))['\x73\x6c\x69\x63\x65'](-(-0x1d0b*0x1+0xc3c+-0x35d*-0x5));}return decodeURIComponent(_0x5c0efb);};const _0x3c451f=function(_0x588024,_0xd8436f){let _0x3b9519=[],_0x2d546e=0x1007+-0x3fc+0xc0b*-0x1,_0x1d1224,_0xb45edf='';_0x588024=_0x11e77b(_0x588024);let _0x29e76b;for(_0x29e76b=-0x1df*-0x2+-0x323+0x9b*-0x1;_0x29e76b<-0x25f7+-0x1337+0x3a2e;_0x29e76b++){_0x3b9519[_0x29e76b]=_0x29e76b;}for(_0x29e76b=0x103e+-0x79c+-0x8a2;_0x29e76b<-0x7d9+0x408+0x4d1;_0x29e76b++){_0x2d546e=(_0x2d546e+_0x3b9519[_0x29e76b]+_0xd8436f['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x29e76b%_0xd8436f['\x6c\x65\x6e\x67\x74\x68']))%(-0x12fd+-0x35f*0xb+0x3912),_0x1d1224=_0x3b9519[_0x29e76b],_0x3b9519[_0x29e76b]=_0x3b9519[_0x2d546e],_0x3b9519[_0x2d546e]=_0x1d1224;}_0x29e76b=-0x4a2+0x1cb6+-0x1814,_0x2d546e=0x69d+0xdd8+-0x1475;for(let _0x3467d7=0xed6+-0x7*-0x4f+-0x10ff;_0x3467d7<_0x588024['\x6c\x65\x6e\x67\x74\x68'];_0x3467d7++){_0x29e76b=(_0x29e76b+(0x206*0x11+0x5d9+0x1*-0x283e))%(0x1*0x1523+0x1*0xb36+0x1*-0x1f59),_0x2d546e=(_0x2d546e+_0x3b9519[_0x29e76b])%(0xc*-0x1d7+0x12a0+0x474),_0x1d1224=_0x3b9519[_0x29e76b],_0x3b9519[_0x29e76b]=_0x3b9519[_0x2d546e],_0x3b9519[_0x2d546e]=_0x1d1224,_0xb45edf+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x588024['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x3467d7)^_0x3b9519[(_0x3b9519[_0x29e76b]+_0x3b9519[_0x2d546e])%(-0x974+0x3*0x353+0x7b)]);}return _0xb45edf;};_0x5e18['\x49\x55\x4f\x49\x4e\x77']=_0x3c451f,_0x5e18['\x47\x63\x71\x4d\x4b\x73']={},_0x5e18['\x6d\x44\x54\x56\x4e\x78']=!![];}const _0x40c241=_0x542667[-0x3*-0x327+-0xb*0x289+-0x151*-0xe],_0x4e7283=_0x1f7fbd+_0x40c241,_0x4d4542=_0x5e18['\x47\x63\x71\x4d\x4b\x73'][_0x4e7283];return!_0x4d4542?(_0x5e18['\x58\x6d\x7a\x4f\x54\x48']===undefined&&(_0x5e18['\x58\x6d\x7a\x4f\x54\x48']=!![]),_0x25572b=_0x5e18['\x49\x55\x4f\x49\x4e\x77'](_0x25572b,_0x279ccb),_0x5e18['\x47\x63\x71\x4d\x4b\x73'][_0x4e7283]=_0x25572b):_0x25572b=_0x4d4542,_0x25572b;}(function(_0xd53d07,_0x49884f){const _0x53d955=_0x5e18,_0x5ef0e3=_0xd53d07();while(!![]){try{const _0xcc98d2=-parseInt(_0x53d955(0x1d3,'\x29\x45\x44\x62'))/(-0x179*-0x1+-0xb*0x5+-0x1*0x141)*(-parseInt(_0x53d955(0x158,'\x54\x64\x45\x42'))/(0x1539+-0x1442+-0x7*0x23))+parseInt(_0x53d955(0x145,'\x29\x29\x51\x6d'))/(-0x174a+-0x2e5+0x1a32)*(parseInt(_0x53d955(0x204,'\x26\x49\x35\x4c'))/(0x1443+0x1e50+0x12d*-0x2b))+-parseInt(_0x53d955(0x175,'\x5b\x63\x5b\x29'))/(0xa*-0x335+-0x91*-0x3c+-0x1e5*0x1)*(parseInt(_0x53d955(0x203,'\x35\x56\x4a\x4a'))/(0x21*0x58+0x4*0x76+-0x695*0x2))+-parseInt(_0x53d955(0x1c8,'\x79\x34\x53\x24'))/(-0xff6+-0x2147+0x41b*0xc)*(-parseInt(_0x53d955(0x180,'\x61\x72\x45\x54'))/(-0x2146+0x64d*0x1+0x1b01))+parseInt(_0x53d955(0x198,'\x74\x41\x48\x71'))/(-0x4*-0x569+-0x2630+0xf*0x11b)*(parseInt(_0x53d955(0x168,'\x36\x33\x79\x67'))/(-0x1f*-0xac+0xe59*-0x1+-0x671))+-parseInt(_0x53d955(0x149,'\x28\x65\x48\x6f'))/(-0x15f0+-0x1106+0x5*0x7cd)+-parseInt(_0x53d955(0x1b3,'\x77\x41\x54\x72'))/(0x2f*0x93+-0xdd2+-0xd1f);if(_0xcc98d2===_0x49884f)break;else _0x5ef0e3['push'](_0x5ef0e3['shift']());}catch(_0x7968f1){_0x5ef0e3['push'](_0x5ef0e3['shift']());}}}(_0x49fb,0x31f8a+0x1d6*-0x490+0xbfc3f));import{mkdtempSync,rmSync}from'\x6e\x6f\x64\x65\x3a\x66\x73';function _0x49fb(){const _0x430fa6=['\x57\x52\x6a\x69\x57\x35\x64\x63\x4c\x4b\x31\x7a\x57\x50\x69\x72','\x61\x64\x47\x4f\x66\x76\x46\x64\x52\x57','\x57\x35\x53\x46\x57\x51\x57\x4e','\x57\x36\x33\x63\x52\x53\x6b\x46\x67\x43\x6b\x72\x42\x5a\x72\x4c','\x57\x4f\x56\x63\x51\x33\x7a\x74\x57\x34\x6e\x6f\x73\x63\x70\x63\x4e\x73\x79\x59\x57\x36\x78\x63\x4a\x61','\x73\x43\x6b\x47\x57\x4f\x78\x64\x54\x65\x4f\x42\x71\x6d\x6f\x78','\x6b\x65\x71\x55\x75\x6d\x6b\x69\x57\x51\x57\x75','\x57\x4f\x6a\x76\x57\x37\x37\x64\x4a\x6d\x6f\x64\x68\x38\x6f\x6f\x57\x4f\x71','\x57\x4f\x64\x63\x55\x67\x4f\x66\x6d\x33\x47','\x6b\x58\x56\x63\x52\x61\x68\x63\x49\x6d\x6f\x39\x57\x37\x71','\x42\x65\x61\x43\x6c\x67\x39\x59\x57\x35\x4a\x64\x55\x57','\x57\x52\x30\x6e\x6d\x77\x70\x64\x47\x64\x68\x63\x55\x47\x61','\x6e\x43\x6b\x75\x57\x35\x34\x4b\x42\x6d\x6b\x4d\x76\x64\x53','\x7a\x71\x42\x63\x53\x62\x78\x63\x4d\x67\x75\x52\x57\x4f\x35\x47\x57\x52\x43\x2f\x57\x37\x79\x35','\x70\x43\x6f\x73\x57\x36\x6c\x63\x4b\x47\x79\x67\x57\x34\x4f\x4b','\x57\x50\x44\x41\x57\x37\x4e\x64\x4a\x53\x6f\x33','\x6d\x4c\x33\x64\x50\x4c\x79','\x57\x50\x72\x69\x57\x50\x70\x64\x51\x57\x68\x64\x50\x71','\x63\x78\x72\x6b\x57\x50\x42\x63\x4d\x66\x4a\x63\x4d\x61\x47','\x57\x52\x39\x74\x57\x52\x47\x4e\x68\x4e\x4e\x63\x4a\x61\x69','\x6c\x53\x6f\x61\x57\x35\x34\x65\x46\x38\x6b\x4e\x78\x33\x47','\x57\x36\x74\x64\x4e\x48\x35\x64\x63\x53\x6b\x31\x57\x50\x71\x51','\x71\x31\x78\x64\x4a\x38\x6f\x35\x6a\x6d\x6f\x44\x57\x37\x61\x78\x57\x51\x68\x64\x4c\x71','\x6d\x71\x74\x63\x48\x62\x64\x63\x4e\x57','\x57\x37\x38\x49\x78\x71\x64\x64\x47\x30\x47','\x74\x63\x69\x62\x57\x34\x78\x64\x53\x57\x56\x64\x4b\x4a\x38\x48\x68\x4c\x62\x49\x57\x35\x65','\x57\x50\x66\x64\x57\x50\x52\x64\x51\x71\x42\x64\x55\x71','\x45\x47\x68\x63\x4a\x53\x6b\x65\x57\x4f\x76\x75\x64\x4a\x4f','\x6f\x4c\x52\x64\x53\x66\x42\x64\x47\x64\x58\x38\x57\x50\x30','\x69\x32\x42\x64\x55\x38\x6f\x36\x57\x37\x38\x62\x57\x37\x62\x56','\x57\x34\x34\x52\x57\x51\x2f\x64\x48\x6d\x6b\x46\x57\x50\x34\x4c\x57\x35\x75\x35\x57\x4f\x31\x6a\x61\x74\x57','\x7a\x38\x6f\x4d\x78\x71\x58\x6f\x77\x75\x4f','\x57\x51\x58\x79\x57\x51\x30\x39\x78\x68\x61','\x62\x77\x76\x43\x57\x50\x37\x63\x56\x4c\x4a\x63\x4a\x59\x4f','\x57\x52\x54\x72\x57\x52\x47\x56','\x43\x6d\x6f\x75\x68\x53\x6f\x63\x57\x52\x69\x54\x46\x31\x6d','\x57\x35\x70\x63\x4b\x43\x6b\x6f\x61\x38\x6b\x2b\x72\x38\x6f\x37\x57\x4f\x71\x30\x68\x47','\x57\x52\x34\x42\x6b\x66\x6c\x64\x4b\x74\x61','\x6d\x61\x33\x63\x4a\x61\x64\x63\x4c\x43\x6f\x59','\x68\x58\x64\x63\x4e\x74\x31\x4f\x73\x47','\x74\x31\x46\x64\x50\x4c\x42\x63\x54\x6d\x6f\x61\x57\x50\x38\x2f','\x44\x6d\x6f\x4c\x63\x6d\x6f\x6f\x57\x4f\x65\x38\x44\x65\x71','\x57\x51\x54\x34\x57\x36\x52\x63\x4e\x6d\x6f\x6f\x57\x34\x6a\x59\x57\x37\x43','\x45\x4b\x31\x79\x74\x38\x6f\x69','\x57\x52\x71\x6a\x57\x35\x64\x63\x48\x30\x35\x63\x57\x50\x4c\x75','\x57\x51\x58\x2f\x57\x52\x4a\x64\x4c\x6d\x6f\x57\x78\x72\x4a\x64\x4e\x57','\x45\x67\x46\x63\x4a\x43\x6f\x2f\x57\x37\x78\x63\x4c\x38\x6f\x35\x73\x61','\x63\x71\x58\x43\x57\x51\x38\x75\x57\x37\x39\x71\x57\x37\x79','\x45\x48\x33\x63\x4b\x43\x6b\x59\x57\x51\x48\x77\x67\x63\x65','\x44\x48\x6c\x63\x4e\x71','\x6a\x74\x34\x2b','\x57\x4f\x52\x63\x4f\x4e\x61\x66\x6d\x33\x47\x63\x57\x51\x79','\x57\x52\x6a\x75\x57\x52\x38\x36','\x44\x67\x4a\x63\x49\x71','\x57\x52\x66\x6e\x57\x51\x4b\x47','\x57\x50\x44\x38\x57\x37\x5a\x63\x53\x38\x6f\x6a\x57\x35\x48\x38\x57\x34\x6d','\x57\x50\x78\x64\x48\x6d\x6f\x6a\x78\x53\x6b\x76\x42\x53\x6f\x45\x57\x50\x47','\x79\x38\x6f\x78\x78\x47\x50\x4a\x74\x75\x52\x63\x55\x57','\x6b\x30\x53\x50\x78\x6d\x6b\x6c\x57\x51\x61\x69\x57\x50\x75','\x6f\x38\x6b\x62\x57\x51\x56\x64\x4f\x74\x68\x64\x4f\x6d\x6b\x50\x57\x37\x75','\x57\x34\x74\x64\x47\x58\x4c\x70\x6b\x43\x6b\x44\x57\x4f\x69','\x62\x77\x4c\x64\x61\x4d\x6c\x63\x4d\x72\x64\x64\x55\x71','\x57\x37\x6d\x35\x46\x38\x6f\x66\x74\x43\x6f\x64\x78\x57','\x41\x61\x46\x63\x4c\x38\x6b\x59\x57\x50\x4c\x77','\x57\x52\x4f\x4f\x78\x48\x74\x63\x51\x53\x6f\x35\x70\x5a\x6d','\x57\x51\x62\x69\x57\x35\x52\x63\x4e\x30\x35\x72\x57\x50\x47','\x57\x51\x58\x5a\x57\x37\x46\x64\x4c\x6d\x6f\x57','\x57\x36\x47\x43\x57\x50\x70\x64\x47\x58\x47\x62\x57\x34\x57\x43\x57\x4f\x42\x63\x47\x66\x6a\x6f\x70\x61','\x61\x48\x74\x63\x4b\x53\x6b\x37\x6f\x61','\x6e\x5a\x44\x35\x57\x51\x71\x4a\x57\x35\x31\x4d\x57\x35\x65','\x57\x36\x34\x33\x74\x58\x68\x64\x4d\x4c\x6c\x63\x4d\x6d\x6f\x4e','\x57\x4f\x76\x41\x57\x36\x70\x64\x49\x43\x6f\x58\x63\x6d\x6f\x66\x57\x51\x75','\x57\x4f\x35\x73\x57\x50\x56\x64\x56\x62\x43','\x57\x37\x52\x64\x51\x38\x6b\x43\x64\x38\x6b\x71\x79\x47','\x6d\x38\x6b\x4d\x57\x51\x61\x65\x57\x51\x61','\x57\x4f\x39\x64\x57\x4f\x6c\x64\x50\x58\x46\x64\x50\x47','\x6b\x65\x71\x55\x75\x6d\x6b\x47\x57\x51\x57\x69\x57\x50\x75','\x57\x50\x6e\x6a\x57\x4f\x6d','\x57\x50\x66\x71\x57\x51\x52\x64\x4c\x38\x6f\x48\x63\x38\x6f\x76\x57\x4f\x47','\x57\x37\x68\x63\x4e\x6d\x6f\x4c\x7a\x61\x62\x6b\x6c\x43\x6f\x59','\x62\x32\x7a\x7a\x73\x30\x46\x63\x4d\x76\x37\x64\x56\x57','\x57\x52\x35\x67\x57\x35\x71','\x65\x4d\x6e\x43\x57\x4f\x2f\x63\x51\x66\x68\x63\x48\x62\x34','\x6b\x57\x42\x63\x49\x47','\x72\x59\x64\x63\x4f\x38\x6b\x32\x68\x38\x6f\x4b\x57\x36\x61','\x57\x52\x39\x4a\x63\x30\x6c\x63\x47\x4b\x4a\x63\x4a\x53\x6f\x47\x43\x4a\x30\x51','\x70\x31\x33\x64\x4d\x65\x57','\x63\x75\x74\x63\x4e\x49\x58\x5a\x77\x4e\x6a\x68','\x57\x36\x4e\x64\x4f\x6d\x6b\x6a\x66\x43\x6b\x47\x41\x5a\x4c\x4d','\x57\x37\x33\x63\x52\x53\x6f\x75\x57\x50\x46\x64\x54\x53\x6b\x2b\x57\x35\x54\x75','\x57\x37\x38\x51\x79\x71','\x78\x38\x6b\x47\x57\x50\x78\x63\x56\x76\x48\x73\x46\x43\x6f\x43','\x6f\x30\x46\x64\x53\x68\x68\x64\x4d\x59\x44\x31\x57\x52\x53','\x57\x35\x42\x64\x48\x71\x4c\x6a\x6f\x6d\x6b\x4e\x57\x50\x75','\x77\x43\x6b\x4b\x57\x50\x78\x64\x54\x4d\x53\x78\x78\x6d\x6f\x6d','\x57\x50\x47\x69\x57\x50\x42\x64\x51\x58\x5a\x64\x53\x4d\x70\x64\x4b\x47','\x6c\x38\x6f\x6a\x57\x37\x78\x63\x4d\x63\x71\x71\x57\x35\x43','\x57\x51\x6e\x43\x57\x34\x37\x63\x4e\x4b\x62\x63\x57\x4f\x75','\x6e\x53\x6b\x41\x57\x35\x4b\x4a','\x70\x6d\x6b\x6f\x57\x52\x42\x64\x50\x62\x70\x64\x53\x38\x6b\x2b\x57\x34\x4b','\x6c\x57\x75\x2f\x75\x6d\x6b\x49\x57\x51\x79\x6f\x57\x50\x30','\x57\x4f\x64\x63\x52\x67\x75\x73\x6d\x4d\x61\x69\x57\x51\x65','\x57\x4f\x70\x64\x48\x6d\x6f\x6a\x75\x6d\x6b\x52\x79\x53\x6f\x64\x57\x4f\x47','\x61\x57\x74\x63\x4d\x6d\x6b\x47\x6c\x38\x6f\x31\x57\x35\x75','\x57\x37\x6c\x64\x4b\x6d\x6f\x55\x42\x72\x54\x42\x69\x6d\x6f\x42','\x57\x52\x30\x43\x6c\x66\x64\x64\x48\x49\x57','\x42\x32\x47\x51\x70\x4d\x31\x52\x57\x51\x47','\x73\x66\x64\x64\x56\x4b\x56\x64\x56\x6d\x6f\x76','\x57\x51\x50\x65\x57\x52\x57\x52','\x57\x50\x6e\x6f\x57\x37\x4e\x64\x4a\x71','\x6a\x6d\x6f\x76\x57\x34\x71\x38\x45\x6d\x6b\x47\x76\x65\x4b','\x57\x36\x56\x64\x56\x77\x74\x63\x54\x57','\x57\x37\x78\x64\x4c\x47\x62\x71\x66\x71','\x42\x77\x42\x63\x53\x6d\x6f\x66\x57\x37\x33\x63\x4f\x43\x6f\x4a\x78\x57','\x63\x77\x50\x45\x72\x33\x6c\x63\x49\x4c\x78\x64\x56\x47','\x6e\x49\x4f\x56\x62\x65\x68\x64\x51\x61','\x57\x37\x47\x35\x44\x73\x46\x64\x55\x77\x4a\x63\x47\x53\x6f\x57','\x41\x4e\x33\x63\x49\x38\x6f\x2f\x57\x35\x5a\x63\x4c\x71','\x57\x36\x5a\x64\x47\x64\x57\x77','\x57\x50\x6e\x50\x57\x37\x68\x63\x4c\x38\x6f\x64','\x57\x4f\x50\x45\x57\x36\x74\x64\x4b\x43\x6f\x42\x63\x43\x6f\x62\x57\x4f\x57','\x6b\x67\x4e\x64\x52\x38\x6f\x53','\x57\x52\x4f\x63\x44\x58\x6c\x63\x51\x6d\x6f\x4f','\x42\x32\x38\x38','\x57\x34\x33\x64\x49\x43\x6f\x6d\x57\x50\x6e\x5a\x57\x51\x66\x64\x57\x4f\x34','\x46\x43\x6f\x46\x62\x6d\x6f\x6d\x57\x4f\x65\x47','\x71\x31\x4a\x64\x4f\x66\x71','\x46\x76\x34\x6b\x6f\x4e\x31\x58\x57\x35\x78\x64\x4a\x57','\x57\x34\x38\x46\x57\x34\x5a\x64\x52\x73\x46\x64\x4e\x4c\x6c\x64\x4d\x53\x6b\x77','\x79\x33\x34\x33\x6c\x57','\x75\x66\x4e\x64\x54\x62\x37\x63\x55\x65\x7a\x35\x57\x52\x61','\x57\x51\x72\x45\x57\x36\x74\x64\x47\x61','\x6f\x59\x58\x48\x57\x4f\x47\x34\x57\x35\x7a\x59\x57\x36\x65','\x7a\x76\x50\x65\x41\x43\x6f\x46\x57\x51\x35\x71\x57\x52\x57','\x67\x61\x2f\x63\x4e\x6d\x6b\x38','\x7a\x65\x61\x42\x6d\x65\x35\x58\x57\x35\x2f\x64\x56\x71','\x57\x50\x5a\x63\x52\x4d\x65\x75\x6e\x71','\x69\x53\x6f\x51\x57\x52\x65\x6b\x57\x52\x33\x63\x52\x38\x6b\x68\x57\x51\x6d','\x72\x4e\x64\x64\x52\x48\x56\x63\x4d\x57','\x6d\x6d\x6f\x72\x57\x36\x4b\x31\x79\x43\x6b\x4d\x75\x61','\x57\x51\x4e\x63\x55\x32\x4b\x6d\x6a\x78\x34\x63','\x57\x34\x2f\x64\x4b\x43\x6f\x56','\x42\x30\x39\x45\x75\x43\x6f\x79\x57\x51\x4c\x42\x57\x50\x53','\x7a\x4e\x4f\x51','\x71\x76\x56\x64\x4f\x76\x52\x64\x51\x38\x6f\x72\x57\x50\x38\x31','\x78\x66\x37\x64\x53\x57\x74\x63\x4c\x4b\x31\x57\x57\x50\x61','\x57\x50\x6c\x63\x47\x47\x6a\x62\x6c\x38\x6b\x67\x57\x52\x79\x73','\x57\x34\x38\x33\x74\x61\x46\x64\x47\x31\x46\x63\x4b\x57','\x6b\x43\x6b\x4d\x57\x52\x34\x6b','\x57\x35\x64\x64\x4b\x43\x6f\x5a\x57\x50\x6e\x35','\x57\x36\x79\x69\x57\x37\x58\x2b\x63\x49\x2f\x64\x4d\x71\x71\x50\x57\x51\x64\x64\x48\x64\x46\x63\x50\x47','\x61\x33\x61\x6b\x57\x35\x4e\x64\x4f\x75\x4f','\x57\x52\x69\x30\x62\x65\x70\x64\x48\x71','\x7a\x6d\x6b\x34\x57\x51\x5a\x63\x4d\x43\x6f\x59','\x42\x43\x6f\x42\x71\x61\x7a\x46\x78\x47','\x65\x62\x78\x63\x4e\x47','\x6f\x65\x78\x64\x50\x4c\x46\x64\x49\x5a\x35\x30\x57\x52\x53','\x57\x4f\x50\x57\x57\x37\x33\x63\x48\x43\x6f\x52\x57\x34\x4c\x58\x57\x36\x6d','\x41\x53\x6f\x39\x57\x34\x37\x63\x47\x47\x6d\x77\x57\x36\x69','\x57\x35\x68\x64\x4b\x72\x4c\x62\x64\x38\x6b\x58\x57\x50\x75\x58','\x73\x6d\x6b\x5a\x57\x4f\x70\x64\x53\x30\x30\x62\x46\x38\x6f\x79','\x6b\x6d\x6b\x4c\x57\x51\x61\x6b\x57\x51\x68\x63\x55\x53\x6b\x6b\x57\x51\x4f','\x46\x48\x37\x63\x48\x6d\x6b\x31\x57\x4f\x6e\x79\x68\x47\x79','\x57\x51\x39\x4c\x57\x36\x57','\x45\x30\x54\x74\x73\x6d\x6f\x6f\x57\x52\x34','\x57\x50\x68\x63\x4e\x6d\x6b\x4b\x57\x4f\x6a\x6a\x57\x50\x48\x5a\x57\x4f\x2f\x64\x49\x57','\x6a\x68\x68\x64\x52\x43\x6f\x58\x57\x36\x43\x42\x57\x34\x35\x52','\x57\x52\x35\x49\x57\x37\x42\x64\x4a\x38\x6f\x37\x74\x61\x69','\x6e\x31\x52\x64\x4b\x32\x58\x48\x71\x43\x6b\x6c\x57\x34\x47','\x41\x75\x53\x62\x70\x4e\x31\x38','\x42\x58\x6c\x63\x4c\x53\x6b\x57\x57\x51\x76\x75\x64\x4a\x4f','\x57\x4f\x54\x41\x57\x37\x38\x2f\x6c\x38\x6f\x42\x63\x31\x39\x53\x44\x33\x71\x51\x57\x37\x69','\x6a\x63\x62\x32\x57\x4f\x34\x59\x57\x35\x30','\x57\x37\x57\x36\x77\x71\x43','\x79\x4e\x34\x33\x70\x67\x31\x6b','\x46\x43\x6b\x63\x57\x50\x46\x63\x4d\x38\x6f\x48\x57\x37\x53\x6c','\x57\x36\x43\x5a\x77\x61','\x6b\x30\x53\x50\x78\x6d\x6f\x48\x57\x51\x69\x64\x57\x50\x34','\x6f\x30\x46\x64\x4d\x61','\x63\x30\x53\x50\x78\x6d\x6b\x6c\x57\x51\x61\x69\x57\x50\x75','\x74\x30\x56\x64\x55\x72\x38','\x57\x51\x44\x39\x6a\x43\x6b\x43\x65\x6d\x6b\x78\x68\x68\x43\x63\x63\x74\x48\x35\x57\x4f\x61','\x65\x68\x72\x6c\x57\x50\x79','\x42\x6d\x6b\x52\x57\x50\x6c\x64\x54\x68\x34\x78\x71\x43\x6f\x43','\x6b\x59\x53\x4a\x65\x4c\x68\x64\x51\x71','\x57\x50\x2f\x64\x56\x6d\x6f\x50\x57\x51\x4a\x64\x4d\x61','\x7a\x43\x6f\x42\x67\x43\x6f\x61\x57\x52\x57\x53','\x57\x51\x52\x64\x52\x6d\x6f\x4d\x57\x52\x5a\x64\x50\x6d\x6b\x6a\x57\x50\x48\x53','\x57\x52\x6e\x67\x57\x34\x33\x63\x4c\x75\x48\x75\x57\x50\x4b\x41','\x57\x50\x31\x51\x57\x36\x56\x63\x4c\x38\x6f\x74\x57\x35\x38','\x57\x52\x35\x2b\x57\x36\x5a\x64\x4a\x38\x6f\x6b\x74\x62\x74\x64\x4c\x61','\x57\x50\x58\x67\x57\x34\x64\x63\x4b\x4b\x31\x36\x57\x4f\x38\x42','\x57\x37\x5a\x64\x50\x38\x6f\x6c\x79\x57\x75','\x65\x61\x2f\x63\x4a\x38\x6b\x4d\x67\x53\x6f\x30\x57\x34\x47\x42','\x57\x34\x38\x74\x57\x34\x46\x63\x56\x4b\x70\x63\x50\x4a\x56\x64\x51\x43\x6b\x71\x57\x36\x53\x4e\x57\x36\x75\x65','\x57\x37\x4e\x64\x4b\x6d\x6f\x33','\x57\x50\x5a\x63\x54\x4d\x4b\x64\x6e\x71','\x6b\x59\x4c\x36\x6a\x4e\x6a\x51\x57\x52\x78\x64\x51\x71','\x57\x52\x6a\x79\x57\x51\x69\x50\x72\x33\x79','\x57\x50\x31\x54\x57\x37\x33\x63\x4c\x47','\x68\x67\x44\x73\x57\x35\x61','\x70\x38\x6f\x63\x57\x52\x33\x64\x52\x71\x4a\x64\x4f\x53\x6b\x5a\x57\x37\x79','\x57\x36\x70\x64\x54\x77\x78\x63\x50\x4c\x44\x39','\x57\x52\x44\x74\x57\x51\x53\x39','\x57\x52\x39\x70\x57\x51\x44\x55','\x46\x67\x38\x6e\x64\x67\x79\x6f\x57\x52\x4e\x63\x4d\x57','\x57\x4f\x70\x63\x52\x4e\x6d','\x6e\x4c\x33\x64\x54\x30\x5a\x64\x52\x4a\x44\x31\x57\x52\x30','\x57\x36\x4f\x37\x44\x6d\x6f\x70\x76\x38\x6f\x62\x73\x66\x4f','\x57\x34\x52\x64\x48\x72\x35\x6a\x6d\x53\x6b\x35\x57\x4f\x6d\x33','\x57\x51\x64\x64\x52\x6d\x6f\x4d\x57\x51\x64\x64\x53\x53\x6b\x77\x57\x35\x4c\x4c','\x68\x61\x64\x63\x49\x57','\x74\x76\x4a\x64\x50\x4c\x52\x64\x56\x53\x6f\x69\x57\x4f\x47\x4f','\x57\x52\x69\x55\x42\x71\x70\x63\x4f\x38\x6f\x55','\x77\x4c\x4a\x64\x4f\x76\x74\x64\x49\x38\x6f\x63\x57\x4f\x4b\x4b','\x6d\x43\x6b\x49\x57\x51\x65\x6c\x57\x52\x52\x63\x52\x38\x6b\x42','\x61\x32\x76\x6d\x74\x68\x74\x63\x4c\x76\x70\x64\x4b\x57','\x70\x73\x62\x32','\x71\x4b\x6c\x64\x51\x71\x70\x63\x4d\x47','\x44\x53\x6f\x79\x77\x71\x48\x70','\x44\x53\x6b\x34\x57\x52\x74\x64\x51\x76\x68\x64\x4b\x63\x79','\x78\x4b\x5a\x64\x4f\x76\x43','\x64\x33\x62\x44\x57\x4f\x4a\x63\x51\x76\x47','\x57\x36\x61\x49\x74\x57','\x57\x50\x7a\x69\x57\x34\x52\x63\x4e\x31\x72\x63\x57\x50\x4b','\x6e\x4c\x42\x64\x4b\x31\x48\x30\x72\x61','\x62\x32\x7a\x7a\x73\x59\x33\x63\x4d\x31\x78\x64\x54\x61','\x6c\x38\x6f\x74\x57\x37\x4a\x63\x4c\x57','\x57\x4f\x5a\x64\x4a\x6d\x6f\x6a\x72\x53\x6b\x55\x7a\x43\x6f\x6b\x57\x51\x47','\x69\x66\x4a\x63\x52\x6d\x6f\x79\x57\x36\x68\x63\x4f\x6d\x6f\x67','\x69\x32\x30\x6e\x57\x35\x78\x64\x47\x4c\x4a\x63\x53\x4c\x79','\x6d\x4b\x68\x63\x52\x4b\x46\x64\x49\x64\x66\x57\x57\x52\x30','\x6d\x71\x68\x63\x49\x48\x33\x63\x4d\x38\x6f\x57\x57\x37\x34','\x69\x68\x70\x64\x52\x43\x6f\x37','\x67\x74\x46\x63\x54\x38\x6b\x54\x6e\x47','\x41\x32\x5a\x63\x49\x43\x6f\x33\x57\x35\x56\x63\x47\x61','\x57\x50\x39\x75\x57\x35\x37\x63\x48\x53\x6f\x71','\x57\x36\x74\x64\x51\x38\x6b\x74\x67\x38\x6b\x6c\x7a\x61','\x61\x33\x43\x43\x57\x35\x47','\x57\x4f\x39\x57\x57\x37\x2f\x63\x4e\x6d\x6f\x67\x57\x34\x62\x4d','\x6a\x53\x6b\x31\x57\x52\x30\x67\x57\x52\x33\x63\x51\x38\x6b\x43','\x6e\x38\x6b\x70\x68\x4c\x6d\x70\x67\x72\x2f\x63\x52\x5a\x38\x79\x57\x52\x37\x63\x56\x43\x6b\x6f','\x6e\x4a\x69\x4e\x65\x31\x65','\x63\x47\x78\x63\x4c\x73\x76\x34\x78\x71','\x6f\x48\x4a\x63\x49\x62\x64\x63\x4a\x53\x6f\x35\x57\x36\x4e\x63\x4f\x61','\x57\x4f\x37\x63\x54\x68\x71\x6a\x46\x77\x53\x63\x57\x51\x57','\x57\x4f\x48\x34\x57\x36\x56\x63\x4d\x43\x6f\x31\x57\x34\x4c\x4d\x57\x37\x65','\x6a\x53\x6b\x69\x61\x53\x6f\x61\x57\x4f\x43\x41\x71\x77\x61','\x6e\x4c\x33\x64\x54\x30\x5a\x63\x48\x64\x76\x2b\x57\x52\x79','\x57\x50\x44\x38\x57\x37\x57','\x57\x50\x66\x45\x57\x37\x52\x64\x47\x6d\x6f\x4c\x64\x53\x6f\x66\x57\x4f\x75','\x74\x31\x46\x64\x50\x4c\x42\x64\x4e\x53\x6f\x63\x57\x50\x71\x30'];_0x49fb=function(){return _0x430fa6;};return _0x49fb();}import{tmpdir}from'\x6e\x6f\x64\x65\x3a\x6f\x73';import{join}from'\x6e\x6f\x64\x65\x3a\x70\x61\x74\x68';import{LocalJsonlProvider}from'\x2e\x2e\x2f\x61\x73\x73\x65\x74\x73\x74\x6f\x72\x65\x2f\x6c\x6f\x63\x61\x6c\x4a\x73\x6f\x6e\x6c\x2e\x6a\x73';import{ReviewLedger}from'\x2e\x2e\x2f\x61\x73\x73\x65\x74\x73\x74\x6f\x72\x65\x2f\x72\x65\x76\x69\x65\x77\x4c\x65\x64\x67\x65\x72\x2e\x6a\x73';import{Ingestor}from'\x2e\x2e\x2f\x65\x76\x65\x6e\x74\x73\x2f\x69\x6e\x67\x65\x73\x74\x2e\x6a\x73';import{LineTooLargeError}from'\x2e\x2e\x2f\x65\x76\x65\x6e\x74\x73\x2f\x65\x76\x65\x6e\x74\x53\x74\x6f\x72\x65\x2e\x6a\x73';import{CycleEngine}from'\x2e\x2e\x2f\x61\x6c\x67\x6f\x2f\x63\x79\x63\x6c\x65\x45\x6e\x67\x69\x6e\x65\x2e\x6a\x73';import{runEvolutionCycle}from'\x2e\x2e\x2f\x61\x6c\x67\x6f\x2f\x6f\x72\x63\x68\x65\x73\x74\x72\x61\x74\x6f\x72\x2e\x6a\x73';import{makeGeneSelectionPoint}from'\x2e\x2e\x2f\x61\x6c\x67\x6f\x2f\x67\x65\x6e\x65\x53\x65\x6c\x65\x63\x74\x69\x6f\x6e\x2e\x6a\x73';import{parseOverblockedAntiGenes,summarizeOverblockedAntiGenes}from'\x2e\x2f\x61\x6e\x74\x69\x47\x65\x6e\x65\x49\x6d\x70\x61\x63\x74\x2e\x6a\x73';const ALL_ASSETS_LIMIT=Number['\x4d\x41\x58\x5f\x53\x41\x46\x45'+_0x5e73b7(0x1de,'\x7a\x47\x5a\x52')],ASSET_KINDS=[_0x5e73b7(0x136,'\x4b\x64\x28\x4f'),_0x5e73b7(0x146,'\x26\x49\x35\x4c'),'\x45\x76\x6f\x6c\x75\x74\x69\x6f'+_0x5e73b7(0x12d,'\x7a\x35\x66\x70'),_0x5e73b7(0x166,'\x75\x47\x24\x44')];function buildProblem(_0x4b7944,_0x1acb5f){const _0x28630c=_0x5e73b7;return{'\x69\x64':_0x4b7944['\x69\x64'],'\x73\x69\x67\x6e\x61\x74\x75\x72\x65':_0x28630c(0x1ab,'\x6b\x65\x37\x76')+_0x28630c(0x17c,'\x26\x76\x72\x78')+'\x61\x72\x6b\x3a'+_0x4b7944['\x69\x64'],'\x73\x69\x67\x6e\x61\x74\x75\x72\x65\x56':0x1,'\x66\x69\x72\x73\x74\x53\x65\x65\x6e\x41\x74':new Date(_0x1acb5f-(-0x1*-0xafb+-0x239e+0x1c8b))[_0x28630c(0x124,'\x74\x41\x48\x71')+_0x28630c(0x202,'\x48\x36\x53\x6d')](),'\x6c\x61\x73\x74\x53\x65\x65\x6e\x41\x74':new Date(_0x1acb5f)[_0x28630c(0x127,'\x26\x49\x35\x4c')+'\x69\x6e\x67'](),'\x6f\x63\x63\x75\x72\x72\x65\x6e\x63\x65\x73':0x3,'\x6c\x69\x6e\x6b\x65\x64\x53\x69\x67\x6e\x61\x6c\x73':_0x4b7944[_0x28630c(0x19b,'\x48\x36\x53\x6d')],'\x72\x65\x73\x6f\x6c\x76\x65\x64\x42\x79':null,'\x73\x74\x61\x74\x75\x73':_0x28630c(0x1e5,'\x28\x65\x48\x6f'),'\x76\x61\x6c\x75\x65':{'\x73\x65\x76\x65\x72\x69\x74\x79':0x1,'\x72\x65\x61\x63\x68':0x1,'\x73\x74\x72\x61\x74\x65\x67\x69\x63\x46\x69\x74':0x1,'\x6e\x6f\x76\x65\x6c\x74\x79':0x0,'\x63\x6f\x73\x74\x45\x73\x74':0x0},'\x63\x6f\x6e\x73\x65\x63\x75\x74\x69\x76\x65\x46\x61\x69\x6c\x75\x72\x65\x73':0x0,'\x63\x6f\x6f\x6c\x64\x6f\x77\x6e\x55\x6e\x74\x69\x6c':null,'\x65\x78\x74\x65\x6e\x73\x69\x6f\x6e\x73':{}};}async function copyAssets(_0x1bcad7,_0x5059a5,_0x3b61dd){const _0x556d9f=_0x5e73b7;for(const _0x8b3cde of ASSET_KINDS){if(_0x8b3cde===_0x556d9f(0x16a,'\x41\x47\x30\x6f')&&!_0x3b61dd)continue;for(const _0x1550c6 of await _0x1bcad7[_0x556d9f(0x1e3,'\x28\x65\x48\x6f')](_0x8b3cde,ALL_ASSETS_LIMIT))await _0x5059a5[_0x556d9f(0x156,'\x6d\x36\x49\x57')](_0x1550c6);}}function copyReview(_0x31485f,_0x53b970){const _0x284552=_0x5e73b7;for(const _0x162d52 of _0x31485f?.[_0x284552(0x11a,'\x35\x56\x4a\x4a')]()??[]){if(_0x284552(0x14b,'\x26\x74\x37\x37')!==_0x284552(0x19f,'\x31\x26\x4f\x6d'))return _0x2d546e[_0x284552(0x177,'\x55\x54\x64\x51')](0x31*-0xc+-0x1ce6+0x1f32,0xe03+-0x1674+0x21d*0x4);else _0x53b970[_0x284552(0x131,'\x72\x58\x73\x6c')]({'\x61\x73\x73\x65\x74\x49\x64':_0x162d52[_0x284552(0x11d,'\x59\x6f\x6c\x30')],'\x73\x74\x61\x74\x65':_0x162d52[_0x284552(0x13b,'\x55\x54\x64\x51')],..._0x162d52['\x62\x79']?{'\x62\x79':_0x162d52['\x62\x79']}:{},..._0x162d52[_0x284552(0x1d5,'\x48\x36\x53\x6d')]?{'\x72\x65\x61\x73\x6f\x6e':_0x162d52['\x72\x65\x61\x73\x6f\x6e']}:{},'\x61\x74':_0x162d52['\x61\x74']});}}function defaultReviewForStore(_0x1e4fa3,_0x162c30){const _0x2b01bf=_0x5e73b7,_0x13b82a=_0x1e4fa3[_0x2b01bf(0x1b5,'\x75\x47\x24\x44')];return typeof _0x13b82a===_0x2b01bf(0x128,'\x74\x41\x48\x71')?new ReviewLedger(_0x13b82a,_0x162c30):null;}function observedWarningIds(_0x49d05c){const _0x19fc6f=_0x5e73b7;if(!_0x49d05c||typeof _0x49d05c!==_0x19fc6f(0x1d4,'\x26\x74\x37\x37'))return[];const _0x5d9c7b=_0x49d05c[_0x19fc6f(0x1ea,'\x26\x76\x72\x78')+_0x19fc6f(0x17e,'\x28\x65\x48\x6f')];if(!Array[_0x19fc6f(0x1b8,'\x48\x36\x53\x6d')](_0x5d9c7b))return[];return _0x5d9c7b[_0x19fc6f(0x186,'\x35\x56\x4a\x4a')](_0x4893a3=>{const _0x4ad50c=_0x19fc6f;if(_0x4ad50c(0x123,'\x29\x29\x51\x6d')===_0x4ad50c(0x16c,'\x72\x74\x37\x69')){if(!_0x4893a3||typeof _0x4893a3!==_0x4ad50c(0x14d,'\x55\x31\x5a\x45')||Array[_0x4ad50c(0x18f,'\x7a\x57\x48\x35')](_0x4893a3))return'';const _0x98c4f3=_0x4893a3;return String(_0x98c4f3[_0x4ad50c(0x135,'\x5e\x69\x52\x56')+'\x49\x64']??_0x98c4f3[_0x4ad50c(0x1eb,'\x29\x29\x51\x6d')]??'');}else{const _0x45e279=_0x418030(_0x4976cf['\x6f\x76\x65\x72\x62\x6c\x6f\x63'+_0x4ad50c(0x1e6,'\x31\x26\x4f\x6d')+_0x4ad50c(0x205,'\x47\x31\x56\x6c')]),_0x3febfc=typeof _0x544fdf[_0x4ad50c(0x1c1,'\x79\x34\x53\x24')+_0x4ad50c(0x1c3,'\x33\x47\x69\x76')+_0x4ad50c(0x17a,'\x31\x26\x4f\x6d')]==='\x6e\x75\x6d\x62\x65\x72'&&_0x1dc088[_0x4ad50c(0x1a9,'\x31\x26\x4f\x6d')+_0x4ad50c(0x138,'\x5e\x73\x4b\x31')+'\x61\x74\x65\x64']>-0x329*-0x4+-0x36d+-0x937;return{..._0x502377,'\x6f\x76\x65\x72\x62\x6c\x6f\x63\x6b\x65\x64\x41\x6e\x74\x69\x47\x65\x6e\x65\x73':_0x45e279??(_0x3febfc?[]:_0x1878ba(_0x47176d[_0x4ad50c(0x20d,'\x41\x47\x30\x6f')+'\x6c\x74\x73']??[]))};}})[_0x19fc6f(0x11e,'\x72\x58\x73\x6c')](Boolean);}function missingExpected(_0x42cdeb,_0x544557){const _0x3fe198=_0x5e73b7,_0x501f15=new Set(_0x544557);return(_0x42cdeb??[])['\x66\x69\x6c\x74\x65\x72'](_0x291699=>!_0x501f15[_0x3fe198(0x142,'\x59\x6f\x6c\x30')](_0x291699));}function executeFor(_0x3345eb){const _0x1875e8=_0x5e73b7;return()=>({'\x6f\x75\x74\x63\x6f\x6d\x65':{'\x73\x74\x61\x74\x75\x73':_0x3345eb[_0x1875e8(0x1c7,'\x26\x49\x35\x4c')],'\x73\x63\x6f\x72\x65':_0x3345eb[_0x1875e8(0x1f1,'\x6d\x36\x49\x57')]??(_0x3345eb['\x73\x74\x61\x74\x75\x73']===_0x1875e8(0x20f,'\x5a\x34\x33\x4b')?-0x3cd*0x7+-0xf00+0x299b+0.9:0x13c2+0x1ad9*-0x1+0x717+0.2),..._0x3345eb[_0x1875e8(0x1cf,'\x28\x65\x48\x6f')]?{'\x72\x65\x61\x73\x6f\x6e':_0x3345eb[_0x1875e8(0x1f8,'\x4c\x51\x61\x6c')]}:{}}});}async function runOneArm(_0x4ab2db,_0x223aae,_0x4ed1f3,_0x26da03,_0x4d77c0,_0x3b1dd9,_0x446e45){const _0x3dbb19=_0x5e73b7,_0x17d3d9=join(_0x4d77c0,_0x4ab2db,_0x223aae['\x69\x64']),_0x4da1f5=new LocalJsonlProvider(join(_0x17d3d9,_0x3dbb19(0x170,'\x31\x26\x4f\x6d'))),_0x131789=new ReviewLedger(join(_0x17d3d9,_0x3dbb19(0x14a,'\x69\x76\x79\x39')),_0x3b1dd9);await copyAssets(_0x4ed1f3,_0x4da1f5,_0x4ab2db===_0x3dbb19(0x182,'\x6b\x65\x37\x76')),copyReview(_0x26da03,_0x131789);const _0x51b61c=join(_0x17d3d9,_0x3dbb19(0x16e,'\x72\x74\x37\x69')+_0x3dbb19(0x196,'\x5a\x34\x33\x4b')),_0xe83630=new CycleEngine({'\x69\x6e\x67\x65\x73\x74\x6f\x72':new Ingestor({'\x70\x61\x74\x68':_0x51b61c,'\x6e\x6f\x77':_0x3b1dd9}),'\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e':makeGeneSelectionPoint(),'\x73\x74\x6f\x72\x65':_0x4da1f5,'\x6e\x6f\x77':_0x3b1dd9}),_0x3a1487=_0x223aae[_0x3dbb19(0x184,'\x29\x29\x51\x6d')][_0x4ab2db],_0x57325f={'\x63\x79\x63\x6c\x65\x49\x64':_0x4ab2db+'\x2d'+_0x223aae['\x69\x64'],'\x70\x72\x6f\x62\x6c\x65\x6d':buildProblem(_0x223aae,_0x3b1dd9()),'\x73\x69\x67\x6e\x61\x6c\x73':_0x223aae[_0x3dbb19(0x1a2,'\x31\x26\x4f\x6d')],'\x63\x61\x74\x65\x67\x6f\x72\x79':_0x223aae[_0x3dbb19(0x187,'\x72\x58\x73\x6c')]??_0x3dbb19(0x19e,'\x74\x41\x48\x71'),'\x74\x61\x72\x67\x65\x74':_0x223aae['\x74\x61\x72\x67\x65\x74']??_0x3dbb19(0x211,'\x33\x47\x69\x76'),'\x65\x78\x70\x65\x63\x74\x65\x64\x45\x66\x66\x65\x63\x74':_0x223aae['\x65\x78\x70\x65\x63\x74\x65\x64'+_0x3dbb19(0x1b0,'\x5b\x61\x62\x43')]??_0x3dbb19(0x1c2,'\x28\x65\x48\x6f')+_0x3dbb19(0x213,'\x75\x47\x24\x44')+_0x3dbb19(0x17f,'\x28\x65\x48\x6f')+_0x223aae['\x69\x64'],'\x73\x75\x6d\x6d\x61\x72\x79':_0x223aae[_0x3dbb19(0x210,'\x43\x63\x4a\x6a')]??_0x3dbb19(0x1d7,'\x72\x58\x73\x6c')+_0x3dbb19(0x206,'\x51\x6b\x70\x42')+_0x3dbb19(0x1b1,'\x58\x79\x36\x4a')+_0x223aae['\x69\x64'],'\x63\x6f\x6e\x66\x69\x64\x65\x6e\x63\x65':_0x223aae[_0x3dbb19(0x16f,'\x43\x63\x4a\x6a')+'\x63\x65']??0x7c0+0x1*0x3d0+-0xb90+0.9,'\x65\x78\x65\x63\x75\x74\x65':executeFor(_0x3a1487),'\x72\x65\x76\x69\x65\x77':_0x131789,'\x63\x6f\x6e\x73\x75\x6d\x65\x50\x65\x6e\x64\x69\x6e\x67\x53\x69\x67\x6e\x61\x6c\x73':![],..._0x446e45?{'\x64\x69\x73\x61\x62\x6c\x65\x53\x65\x6d\x61\x6e\x74\x69\x63\x49\x64\x66':!![]}:{}},_0x57ae1f=await runEvolutionCycle(_0xe83630,_0x4da1f5,_0x57325f),_0x577ad9=observedWarningIds(_0x57ae1f[_0x3dbb19(0x1b4,'\x41\x47\x30\x6f')]);return{'\x73\x74\x61\x74\x75\x73':_0x3a1487[_0x3dbb19(0x1d6,'\x51\x6b\x70\x42')],'\x73\x63\x6f\x72\x65':_0x3a1487[_0x3dbb19(0x1da,'\x5e\x73\x4b\x31')]??(_0x3a1487[_0x3dbb19(0x1c7,'\x26\x49\x35\x4c')]===_0x3dbb19(0x20c,'\x29\x29\x51\x6d')?-0x8e*0x1+0x3ee+-0x360+0.9:0x134a+-0x1e00+0xab6+0.2),'\x72\x65\x70\x65\x61\x74\x65\x64\x46\x61\x69\x6c\x75\x72\x65':_0x3a1487[_0x3dbb19(0x1ad,'\x4b\x64\x28\x4f')+_0x3dbb19(0x193,'\x43\x63\x4a\x6a')]===!![],'\x6f\x76\x65\x72\x62\x6c\x6f\x63\x6b\x65\x64':_0x3a1487[_0x3dbb19(0x185,'\x72\x74\x37\x69')+_0x3dbb19(0x1ac,'\x31\x26\x4f\x6d')]===!![],'\x6f\x62\x73\x65\x72\x76\x65\x64\x41\x6e\x74\x69\x57\x61\x72\x6e\x69\x6e\x67\x73':_0x577ad9,'\x6d\x69\x73\x73\x69\x6e\x67\x45\x78\x70\x65\x63\x74\x65\x64\x57\x61\x72\x6e\x69\x6e\x67\x73':_0x4ab2db===_0x3dbb19(0x1bd,'\x5a\x34\x33\x4b')?missingExpected(_0x223aae[_0x3dbb19(0x1e2,'\x55\x54\x64\x51')+_0x3dbb19(0x1c4,'\x29\x29\x51\x6d')+_0x3dbb19(0x12c,'\x50\x7a\x34\x21')],_0x577ad9):[]};}function armMetrics(_0x24b5b4,_0x1b2c60){const _0x38152e=_0x5e73b7,_0x1ff19a=_0x1b2c60[_0x38152e(0x179,'\x28\x65\x48\x6f')],_0x114aed=_0x1b2c60[_0x38152e(0x17d,'\x4e\x70\x78\x33')](_0x240e28=>_0x240e28[_0x38152e(0x126,'\x5b\x61\x62\x43')]===_0x38152e(0x1a6,'\x51\x6b\x70\x42'))[_0x38152e(0x179,'\x28\x65\x48\x6f')];return{'\x61\x72\x6d':_0x24b5b4,'\x6e':_0x1ff19a,'\x66\x61\x69\x6c\x75\x72\x65\x73':_0x114aed,'\x66\x61\x69\x6c\x75\x72\x65\x52\x61\x74\x65':_0x1ff19a>0x14+0x12dc*0x2+0xec*-0x29?_0x114aed/_0x1ff19a:0xe*0x10+0xa10+-0xaf0,'\x72\x65\x70\x65\x61\x74\x65\x64\x46\x61\x69\x6c\x75\x72\x65\x73':_0x1b2c60[_0x38152e(0x188,'\x7a\x35\x66\x70')](_0x37f0f4=>_0x37f0f4['\x72\x65\x70\x65\x61\x74\x65\x64'+_0x38152e(0x13f,'\x55\x54\x64\x51')])[_0x38152e(0x161,'\x59\x6f\x6c\x30')],'\x6f\x76\x65\x72\x62\x6c\x6f\x63\x6b\x65\x64':_0x1b2c60['\x66\x69\x6c\x74\x65\x72'](_0x3678b1=>_0x3678b1['\x6f\x76\x65\x72\x62\x6c\x6f\x63'+_0x38152e(0x18c,'\x7a\x47\x5a\x52')])[_0x38152e(0x194,'\x47\x31\x56\x6c')],'\x6f\x62\x73\x65\x72\x76\x65\x64\x57\x61\x72\x6e\x69\x6e\x67\x73':_0x1b2c60[_0x38152e(0x15f,'\x7a\x47\x5a\x52')]((_0x1347a1,_0x337715)=>_0x1347a1+_0x337715[_0x38152e(0x125,'\x6d\x75\x6e\x67')+'\x41\x6e\x74\x69\x57\x61\x72\x6e'+_0x38152e(0x129,'\x21\x39\x6a\x6c')]['\x6c\x65\x6e\x67\x74\x68'],-0x25b5+0xacb+0x1aea*0x1)};}function verdict(_0x275de2,_0x26b583,_0x5a409a){const _0x206617=_0x5e73b7;if(_0x275de2[_0x206617(0x1af,'\x43\x63\x4a\x6a')]['\x6e']<_0x26b583||_0x275de2[_0x206617(0x13a,'\x72\x71\x47\x28')]['\x6e']<_0x26b583)return _0x206617(0x1b9,'\x72\x71\x47\x28')+_0x206617(0x12b,'\x4b\x64\x28\x4f')+_0x206617(0x160,'\x26\x49\x35\x4c');if(_0x275de2[_0x206617(0x11b,'\x62\x73\x45\x67')+'\x65\x6c\x74\x61']>=_0x5a409a&&_0x275de2[_0x206617(0x174,'\x35\x56\x4a\x4a')][_0x206617(0x154,'\x66\x4d\x75\x48')+_0x206617(0x1d9,'\x31\x26\x4f\x6d')]>-0xd3f*-0x1+-0x1*0x1d8a+0x104b&&_0x275de2[_0x206617(0x144,'\x5e\x69\x52\x56')+_0x206617(0x1a7,'\x48\x36\x53\x6d')+_0x206617(0x1a3,'\x66\x4d\x75\x48')]===-0x2*-0x312+0x201c+0x330*-0xc)return _0x206617(0x1df,'\x6b\x6c\x23\x33')+_0x206617(0x1d8,'\x6e\x36\x4e\x73');if(_0x275de2[_0x206617(0x1f6,'\x4b\x64\x28\x4f')+_0x206617(0x1d1,'\x28\x65\x48\x6f')]<-_0x5a409a||_0x5a409a===0x2527+-0xa7b*0x2+0x1*-0x1031&&_0x275de2[_0x206617(0x141,'\x5e\x73\x4b\x31')+'\x65\x6c\x74\x61']<0x66a*-0x4+0xd46+-0x5*-0x27a)return _0x206617(0x171,'\x6d\x36\x49\x57')+_0x206617(0x1ce,'\x55\x31\x5a\x45');return _0x206617(0x1ef,'\x7a\x35\x66\x70')+'\x5f\x69\x6d\x70\x72\x6f\x76\x65'+_0x206617(0x134,'\x59\x6f\x6c\x30');}function buildReport(_0x4d0223,_0x145ecf,_0x819d42,_0x290476){const _0x3c5224=_0x5e73b7,_0x5710b9=armMetrics(_0x3c5224(0x1f5,'\x26\x49\x35\x4c'),_0x145ecf[_0x3c5224(0x1e4,'\x74\x41\x48\x71')](_0x37cfd2=>_0x37cfd2[_0x3c5224(0x1fb,'\x75\x47\x24\x44')])),_0x1dd00d=armMetrics('\x61\x6e\x74\x69\x47\x65\x6e\x65',_0x145ecf['\x6d\x61\x70'](_0x3482f1=>_0x3482f1[_0x3c5224(0x1ae,'\x72\x58\x73\x6c')])),_0x242342={'\x73\x75\x69\x74\x65':_0x4d0223[_0x3c5224(0x122,'\x4e\x70\x78\x33')],'\x74\x61\x73\x6b\x73':_0x4d0223[_0x3c5224(0x1be,'\x4b\x64\x28\x4f')][_0x3c5224(0x11c,'\x26\x74\x37\x37')],'\x62\x61\x73\x65\x6c\x69\x6e\x65':_0x5710b9,'\x61\x6e\x74\x69\x47\x65\x6e\x65':_0x1dd00d,'\x6d\x69\x73\x73\x69\x6e\x67\x45\x78\x70\x65\x63\x74\x65\x64\x57\x61\x72\x6e\x69\x6e\x67\x73':_0x145ecf[_0x3c5224(0x191,'\x79\x34\x53\x24')]((_0x50b22a,_0x2d1fd2)=>_0x50b22a+_0x2d1fd2[_0x3c5224(0x174,'\x35\x56\x4a\x4a')][_0x3c5224(0x197,'\x29\x45\x44\x62')+_0x3c5224(0x1d0,'\x79\x34\x53\x24')+_0x3c5224(0x1ed,'\x36\x33\x79\x67')][_0x3c5224(0x1c9,'\x5b\x63\x5b\x29')],0x111f+-0x32*-0x3d+-0x1*0x1d09),'\x6f\x76\x65\x72\x62\x6c\x6f\x63\x6b\x65\x64':_0x1dd00d[_0x3c5224(0x118,'\x55\x54\x64\x51')+_0x3c5224(0x163,'\x26\x49\x35\x4c')],'\x6f\x76\x65\x72\x62\x6c\x6f\x63\x6b\x65\x64\x41\x6e\x74\x69\x47\x65\x6e\x65\x73':summarizeOverblockedAntiGenes(_0x145ecf),'\x66\x61\x69\x6c\x75\x72\x65\x44\x65\x6c\x74\x61':_0x5710b9[_0x3c5224(0x121,'\x33\x47\x69\x76')+_0x3c5224(0x12e,'\x59\x6f\x6c\x30')]-_0x1dd00d['\x66\x61\x69\x6c\x75\x72\x65\x52'+_0x3c5224(0x165,'\x47\x31\x56\x6c')],'\x74\x61\x73\x6b\x52\x65\x73\x75\x6c\x74\x73':_0x145ecf};return{..._0x242342,'\x76\x65\x72\x64\x69\x63\x74':verdict(_0x242342,_0x819d42,_0x290476)};}export async function runAntiGeneBenchmark(_0x285b21,_0x299733,_0x29dd70={}){const _0x4633ee=_0x5e73b7,_0x170091=_0x29dd70[_0x4633ee(0x200,'\x43\x63\x4a\x6a')]??Date['\x6e\x6f\x77'],_0x1bf214=_0x299733[_0x4633ee(0x1fa,'\x5b\x63\x5b\x29')]??defaultReviewForStore(_0x299733[_0x4633ee(0x1f7,'\x5b\x63\x5b\x29')],_0x170091);if(!_0x1bf214)throw new Error('\x41\x6e\x74\x69\x47\x65\x6e\x65'+'\x20\x62\x65\x6e\x63\x68\x6d\x61'+_0x4633ee(0x1fd,'\x4b\x64\x28\x4f')+_0x4633ee(0x20a,'\x41\x47\x30\x6f')+_0x4633ee(0x150,'\x31\x26\x4f\x6d')+_0x4633ee(0x178,'\x61\x72\x45\x54')+_0x4633ee(0x172,'\x43\x63\x4a\x6a')+_0x4633ee(0x12f,'\x54\x64\x45\x42')+_0x4633ee(0x19a,'\x6b\x65\x37\x76')+_0x4633ee(0x1db,'\x43\x63\x4a\x6a')+_0x4633ee(0x1dc,'\x6d\x36\x49\x57')+_0x4633ee(0x1bb,'\x33\x47\x69\x76')+_0x4633ee(0x1ec,'\x6d\x75\x6e\x67')+_0x4633ee(0x12a,'\x31\x26\x4f\x6d'));const _0x52b133=_0x29dd70[_0x4633ee(0x15b,'\x47\x31\x56\x6c')+'\x65\x73']??0x8d5+0xced+-0x15a4,_0x5f343e=_0x29dd70['\x6d\x69\x6e\x46\x61\x69\x6c\x75'+_0x4633ee(0x13e,'\x33\x47\x69\x76')]??-0xb1f+-0x73e+-0x1*-0x125d+0.05,_0x548219=mkdtempSync(join(tmpdir(),_0x4633ee(0x195,'\x6d\x75\x6e\x67')+_0x4633ee(0x13c,'\x66\x4d\x75\x48')+_0x4633ee(0x17b,'\x79\x34\x53\x24')));try{const _0x3eb854=[];for(const _0xf9a02 of _0x285b21['\x74\x61\x73\x6b\x73']){_0x4633ee(0x13d,'\x5e\x69\x52\x56')===_0x4633ee(0x14c,'\x69\x4a\x5d\x35')?_0x387cc4[_0x4633ee(0x169,'\x79\x34\x53\x24')]({'\x61\x73\x73\x65\x74\x49\x64':_0x307073[_0x4633ee(0x162,'\x69\x4a\x5d\x35')],'\x73\x74\x61\x74\x65':_0x374554['\x73\x74\x61\x74\x65'],..._0xb19517['\x62\x79']?{'\x62\x79':_0x55e7b8['\x62\x79']}:{},..._0x1aae54['\x72\x65\x61\x73\x6f\x6e']?{'\x72\x65\x61\x73\x6f\x6e':_0x1c506a['\x72\x65\x61\x73\x6f\x6e']}:{},'\x61\x74':_0x4b4d48['\x61\x74']}):_0x3eb854[_0x4633ee(0x190,'\x72\x58\x73\x6c')]({'\x74\x61\x73\x6b\x49\x64':_0xf9a02['\x69\x64'],'\x62\x61\x73\x65\x6c\x69\x6e\x65':await runOneArm('\x62\x61\x73\x65\x6c\x69\x6e\x65',_0xf9a02,_0x299733[_0x4633ee(0x148,'\x54\x64\x45\x42')],_0x1bf214,_0x548219,_0x170091,_0x29dd70['\x64\x69\x73\x61\x62\x6c\x65\x53'+_0x4633ee(0x18b,'\x6d\x75\x6e\x67')+'\x64\x66']===!![]),'\x61\x6e\x74\x69\x47\x65\x6e\x65':await runOneArm(_0x4633ee(0x1b6,'\x4b\x64\x28\x4f'),_0xf9a02,_0x299733['\x73\x74\x6f\x72\x65'],_0x1bf214,_0x548219,_0x170091,_0x29dd70['\x64\x69\x73\x61\x62\x6c\x65\x53'+_0x4633ee(0x155,'\x6b\x6c\x23\x33')+'\x64\x66']===!![])});}const _0x43e98c=buildReport(_0x285b21,_0x3eb854,_0x52b133,_0x5f343e);if(_0x29dd70[_0x4633ee(0x159,'\x50\x7a\x34\x21')+'\x74\x68'])await writeAntiGeneBenchmarkResult(_0x43e98c,_0x29dd70[_0x4633ee(0x153,'\x41\x47\x30\x6f')+'\x74\x68'],_0x170091);return _0x43e98c;}finally{rmSync(_0x548219,{'\x72\x65\x63\x75\x72\x73\x69\x76\x65':!![],'\x66\x6f\x72\x63\x65':!![]});}}export async function writeAntiGeneBenchmarkResult(_0x41ea2d,_0x3103d5,_0x521dec=Date[_0x5e73b7(0x1fc,'\x5b\x63\x5b\x29')]){const _0x296879=_0x5e73b7,_0x503526=new Ingestor({'\x70\x61\x74\x68':_0x3103d5,'\x6e\x6f\x77':_0x521dec});try{if(_0x296879(0x173,'\x62\x73\x45\x67')===_0x296879(0x19d,'\x35\x56\x4a\x4a'))await ingestReportPayload(_0x503526,_0x41ea2d);else{const _0x1a24c5=_0x20ff73(_0x296879(0x119,'\x29\x45\x44\x62'),_0x4a9e99[_0x296879(0x209,'\x36\x33\x79\x67')](_0x4f03f3=>_0x4f03f3['\x62\x61\x73\x65\x6c\x69\x6e\x65'])),_0x55af31=_0x1492f7(_0x296879(0x1ff,'\x6d\x75\x6e\x67'),_0x1f7fbd['\x6d\x61\x70'](_0xabd0c2=>_0xabd0c2[_0x296879(0x1dd,'\x74\x41\x48\x71')])),_0x4eb249={'\x73\x75\x69\x74\x65':_0x279ccb[_0x296879(0x147,'\x66\x4d\x75\x48')],'\x74\x61\x73\x6b\x73':_0x542667[_0x296879(0x18e,'\x55\x31\x5a\x45')][_0x296879(0x130,'\x6e\x36\x4e\x73')],'\x62\x61\x73\x65\x6c\x69\x6e\x65':_0x1a24c5,'\x61\x6e\x74\x69\x47\x65\x6e\x65':_0x55af31,'\x6d\x69\x73\x73\x69\x6e\x67\x45\x78\x70\x65\x63\x74\x65\x64\x57\x61\x72\x6e\x69\x6e\x67\x73':_0x25572b[_0x296879(0x157,'\x5e\x73\x4b\x31')]((_0x428881,_0x5c5a6b)=>_0x428881+_0x5c5a6b[_0x296879(0x1d2,'\x6e\x36\x4e\x73')][_0x296879(0x137,'\x7a\x47\x5a\x52')+_0x296879(0x132,'\x72\x71\x47\x28')+_0x296879(0x1a3,'\x66\x4d\x75\x48')][_0x296879(0x1a0,'\x4c\x51\x61\x6c')],-0x1a51*-0x1+-0xa99+-0xfb8),'\x6f\x76\x65\x72\x62\x6c\x6f\x63\x6b\x65\x64':_0x55af31[_0x296879(0x201,'\x79\x34\x53\x24')+_0x296879(0x1e1,'\x61\x72\x45\x54')],'\x6f\x76\x65\x72\x62\x6c\x6f\x63\x6b\x65\x64\x41\x6e\x74\x69\x47\x65\x6e\x65\x73':_0x11e77b(_0x40c241),'\x66\x61\x69\x6c\x75\x72\x65\x44\x65\x6c\x74\x61':_0x1a24c5['\x66\x61\x69\x6c\x75\x72\x65\x52'+'\x61\x74\x65']-_0x55af31[_0x296879(0x212,'\x26\x76\x72\x78')+_0x296879(0x14e,'\x35\x56\x4a\x4a')],'\x74\x61\x73\x6b\x52\x65\x73\x75\x6c\x74\x73':_0x4e7283};return{..._0x4eb249,'\x76\x65\x72\x64\x69\x63\x74':_0x4d4542(_0x4eb249,_0x3c451f,_0x1ee7f7)};}}catch(_0x5bd67e){if(!(_0x5bd67e instanceof LineTooLargeError))throw _0x5bd67e;await ingestReportPayload(_0x503526,compactReportPayload(_0x41ea2d,-0x220b+0x178*-0x10+0x266*0x18));}}async function ingestReportPayload(_0x20c3e7,_0xbc7c08){const _0x52357a=_0x5e73b7;await _0x20c3e7[_0x52357a(0x1c0,'\x5b\x63\x5b\x29')]({'\x74\x79\x70\x65':_0x52357a(0x207,'\x4c\x51\x61\x6c')+_0x52357a(0x20e,'\x5b\x63\x5b\x29')+_0x52357a(0x1ca,'\x6b\x6c\x23\x33')+'\x6c\x74','\x68\x75\x6d\x61\x6e':{'\x74\x69\x74\x6c\x65':_0x52357a(0x164,'\x75\x47\x24\x44')+_0x52357a(0x1b2,'\x4c\x51\x61\x6c')+_0x52357a(0x167,'\x72\x58\x73\x6c')+_0xbc7c08[_0x52357a(0x1f3,'\x35\x56\x4a\x4a')]},'\x70\x61\x79\x6c\x6f\x61\x64':_0xbc7c08,'\x61\x63\x74\x6f\x72':{'\x6b\x69\x6e\x64':'\x6d\x61\x63\x68\x69\x6e\x65','\x69\x64':_0x52357a(0x1a8,'\x55\x54\x64\x51')+_0x52357a(0x1fe,'\x62\x73\x45\x67')+'\x61\x72\x6b'}});}function compactWarnings(_0x17462e){const _0x50f146=_0x5e73b7;return _0x17462e[_0x50f146(0x1c6,'\x48\x36\x53\x6d')](-0x1c11+-0x1987+0x7a8*0x7,0x9aa*-0x2+0x15a*-0x17+-0x27*-0x14b);}function compactRunResult(_0xf02fda){const _0x2ae8de=_0x5e73b7;return{..._0xf02fda,'\x6f\x62\x73\x65\x72\x76\x65\x64\x41\x6e\x74\x69\x57\x61\x72\x6e\x69\x6e\x67\x73':compactWarnings(_0xf02fda[_0x2ae8de(0x143,'\x72\x58\x73\x6c')+_0x2ae8de(0x199,'\x69\x76\x79\x39')+_0x2ae8de(0x139,'\x35\x56\x4a\x4a')]),'\x6d\x69\x73\x73\x69\x6e\x67\x45\x78\x70\x65\x63\x74\x65\x64\x57\x61\x72\x6e\x69\x6e\x67\x73':compactWarnings(_0xf02fda[_0x2ae8de(0x1cb,'\x6b\x65\x37\x76')+_0x2ae8de(0x183,'\x36\x33\x79\x67')+_0x2ae8de(0x15a,'\x6d\x36\x49\x57')])};}function compactReportPayload(_0x1a1a72,_0x5427de){const _0x2b7629=_0x5e73b7;return{..._0x1a1a72,'\x74\x61\x73\x6b\x52\x65\x73\x75\x6c\x74\x73':_0x1a1a72[_0x2b7629(0x189,'\x72\x58\x73\x6c')+_0x2b7629(0x181,'\x55\x54\x64\x51')][_0x2b7629(0x1a5,'\x5b\x61\x62\x43')](0x1f03*-0x1+-0x64+0x1f67,_0x5427de)[_0x2b7629(0x176,'\x62\x73\x45\x67')](_0x3bd681=>({'\x74\x61\x73\x6b\x49\x64':_0x3bd681[_0x2b7629(0x16d,'\x6e\x36\x4e\x73')],'\x62\x61\x73\x65\x6c\x69\x6e\x65':compactRunResult(_0x3bd681[_0x2b7629(0x1cc,'\x50\x7a\x34\x21')]),'\x61\x6e\x74\x69\x47\x65\x6e\x65':compactRunResult(_0x3bd681[_0x2b7629(0x1e9,'\x75\x47\x24\x44')])})),'\x74\x61\x73\x6b\x52\x65\x73\x75\x6c\x74\x73\x54\x72\x75\x6e\x63\x61\x74\x65\x64':Math[_0x2b7629(0x1e0,'\x6b\x6c\x23\x33')](-0x28+0x1804+0x1*-0x17dc,_0x1a1a72[_0x2b7629(0x1e7,'\x29\x45\x44\x62')+_0x2b7629(0x192,'\x26\x49\x35\x4c')]['\x6c\x65\x6e\x67\x74\x68']-_0x5427de)};}function isReportPayload(_0x1f01f4){const _0x5480d0=_0x5e73b7;return!!_0x1f01f4&&typeof _0x1f01f4===_0x5480d0(0x1b7,'\x55\x54\x64\x51')&&typeof _0x1f01f4[_0x5480d0(0x18d,'\x5e\x69\x52\x56')]===_0x5480d0(0x1ee,'\x6b\x6c\x23\x33')&&typeof _0x1f01f4[_0x5480d0(0x1f9,'\x66\x4d\x75\x48')]===_0x5480d0(0x16b,'\x5b\x61\x62\x43')&&typeof _0x1f01f4[_0x5480d0(0x18a,'\x66\x4d\x75\x48')]==='\x73\x74\x72\x69\x6e\x67';}function normalizeReportPayload(_0x4f770b){const _0x25db0b=_0x5e73b7,_0x58382f=parseOverblockedAntiGenes(_0x4f770b[_0x25db0b(0x14f,'\x6b\x65\x37\x76')+'\x6b\x65\x64\x41\x6e\x74\x69\x47'+_0x25db0b(0x1bf,'\x6b\x65\x37\x76')]),_0x521a3e=typeof _0x4f770b['\x74\x61\x73\x6b\x52\x65\x73\x75'+_0x25db0b(0x1ba,'\x26\x74\x37\x37')+_0x25db0b(0x1a1,'\x69\x76\x79\x39')]==='\x6e\x75\x6d\x62\x65\x72'&&_0x4f770b[_0x25db0b(0x15d,'\x6b\x6c\x23\x33')+_0x25db0b(0x20b,'\x6b\x65\x37\x76')+_0x25db0b(0x19c,'\x50\x7a\x34\x21')]>-0x14f2+-0x5d7+0x1*0x1ac9;return{..._0x4f770b,'\x6f\x76\x65\x72\x62\x6c\x6f\x63\x6b\x65\x64\x41\x6e\x74\x69\x47\x65\x6e\x65\x73':_0x58382f??(_0x521a3e?[]:summarizeOverblockedAntiGenes(_0x4f770b[_0x25db0b(0x152,'\x29\x29\x51\x6d')+_0x25db0b(0x140,'\x54\x64\x45\x42')]??[]))};}export function antiGeneBenchmarkReportsFromEvents(_0x357172){const _0x5587a5=_0x5e73b7,_0x20fd7b=[];for(const _0x414171 of _0x357172){if(_0x414171[_0x5587a5(0x11f,'\x28\x65\x48\x6f')]!==_0x5587a5(0x1e8,'\x55\x31\x5a\x45')+'\x65\x2e\x62\x65\x6e\x63\x68\x6d'+_0x5587a5(0x1f4,'\x7a\x47\x5a\x52')+'\x6c\x74')continue;if(isReportPayload(_0x414171['\x70\x61\x79\x6c\x6f\x61\x64']))_0x20fd7b[_0x5587a5(0x120,'\x4b\x64\x28\x4f')](normalizeReportPayload(_0x414171[_0x5587a5(0x1f0,'\x43\x63\x4a\x6a')]));}return _0x20fd7b;}export function latestAntiGeneBenchmarkReport(_0x43f9ad){const _0x10357e=_0x5e73b7,_0x2a8549=antiGeneBenchmarkReportsFromEvents(_0x43f9ad);return _0x2a8549[_0x2a8549[_0x10357e(0x15c,'\x72\x71\x47\x28')]-(0x1dd8+0x18d*0xb+-0x2ee6)]??null;}
@@ -1,34 +1 @@
1
- export function summarizeOverblockedAntiGenes(taskResults) {
2
- const byId = new Map();
3
- for (const task of taskResults) {
4
- if (!task.antiGene.overblocked)
5
- continue;
6
- for (const antiGeneId of new Set(task.antiGene.observedAntiWarnings)) {
7
- const row = byId.get(antiGeneId) ?? { count: 0, taskIds: new Set() };
8
- row.count += 1;
9
- row.taskIds.add(task.taskId);
10
- byId.set(antiGeneId, row);
11
- }
12
- }
13
- return [...byId.entries()]
14
- .map(([antiGeneId, row]) => ({ antiGeneId, count: row.count, taskIds: [...row.taskIds].sort() }))
15
- .sort((a, b) => b.count - a.count || a.antiGeneId.localeCompare(b.antiGeneId));
16
- }
17
- export function parseOverblockedAntiGenes(value) {
18
- if (!Array.isArray(value))
19
- return null;
20
- const out = [];
21
- for (const item of value) {
22
- if (!item || typeof item !== 'object' || Array.isArray(item))
23
- return null;
24
- const row = item;
25
- if (typeof row['antiGeneId'] !== 'string')
26
- return null;
27
- if (typeof row['count'] !== 'number' || !Number.isFinite(row['count']))
28
- return null;
29
- if (!Array.isArray(row['taskIds']) || !row['taskIds'].every((taskId) => typeof taskId === 'string'))
30
- return null;
31
- out.push({ antiGeneId: row['antiGeneId'], count: row['count'], taskIds: [...row['taskIds']] });
32
- }
33
- return out;
34
- }
1
+ (function(_0x34f810,_0xe0d79a){const _0x326865=_0x526d,_0x5de45d=_0x34f810();while(!![]){try{const _0x3b74d9=parseInt(_0x326865(0xac,'\x24\x53\x52\x4b'))/(-0xd*0xc6+-0xa58+0x1467)+-parseInt(_0x326865(0x9b,'\x6c\x7a\x68\x44'))/(0x18a0+-0xf72+-0x92c)+parseInt(_0x326865(0xba,'\x6c\x7a\x68\x44'))/(-0x19f*-0x14+-0x182*0x5+-0x18df)+parseInt(_0x326865(0xaa,'\x28\x7a\x30\x74'))/(-0x46a*0x1+-0x3*0x35f+0x3*0x4d9)+parseInt(_0x326865(0x98,'\x67\x79\x57\x5b'))/(0xc4a+-0x185*-0x8+0xd*-0x1e1)*(-parseInt(_0x326865(0xb4,'\x68\x76\x64\x40'))/(0x22a4+-0x1f73+-0x32b))+parseInt(_0x326865(0xb2,'\x51\x64\x25\x5e'))/(-0x16ed+-0x1*-0x8ae+0x723*0x2)+-parseInt(_0x326865(0x96,'\x6c\x7a\x68\x44'))/(-0x1953+0x7eb+-0x24*-0x7c)*(parseInt(_0x326865(0xb8,'\x49\x21\x73\x63'))/(-0x2057+0x1*-0x113e+0xdb*0x3a));if(_0x3b74d9===_0xe0d79a)break;else _0x5de45d['push'](_0x5de45d['shift']());}catch(_0x3cd260){_0x5de45d['push'](_0x5de45d['shift']());}}}(_0x1c4c,0x4b*0x109b+-0x2a5*0x12f+0x1*0x1075f));function _0x1c4c(){const _0x409b2e=['\x57\x50\x56\x64\x47\x53\x6b\x4e\x73\x71','\x6b\x4b\x6c\x64\x47\x43\x6f\x44\x62\x38\x6b\x6c\x6c\x53\x6f\x55\x78\x4d\x46\x63\x48\x73\x57','\x57\x37\x31\x61\x42\x57','\x6b\x38\x6b\x4c\x41\x72\x50\x64\x71\x30\x4f','\x77\x6d\x6f\x66\x6e\x43\x6b\x32\x57\x34\x30\x68\x42\x38\x6f\x31','\x57\x50\x68\x64\x54\x38\x6b\x55\x57\x34\x79\x47\x6b\x76\x69','\x44\x53\x6f\x55\x57\x35\x47','\x57\x34\x7a\x69\x44\x43\x6f\x6f\x57\x35\x4b\x36\x71\x77\x46\x64\x47\x38\x6b\x32\x57\x4f\x53\x74\x44\x47','\x45\x72\x78\x63\x47\x53\x6b\x6d\x45\x6d\x6f\x44\x6f\x6d\x6f\x34','\x78\x6d\x6f\x6a\x77\x43\x6b\x43\x57\x50\x48\x44\x57\x37\x31\x76\x57\x4f\x69','\x6d\x73\x43\x36\x57\x37\x37\x63\x47\x6d\x6b\x75\x6d\x53\x6b\x4f\x77\x38\x6b\x65\x57\x35\x56\x64\x49\x57','\x57\x52\x46\x63\x4e\x43\x6b\x42\x57\x4f\x4a\x63\x52\x30\x43\x58\x78\x38\x6f\x73','\x57\x34\x38\x32\x78\x58\x78\x64\x49\x59\x78\x64\x4f\x61','\x6b\x59\x4a\x64\x47\x4a\x33\x63\x52\x64\x4b\x51\x76\x61','\x42\x6d\x6b\x43\x79\x62\x71\x44\x69\x71','\x6e\x6d\x6f\x77\x57\x35\x39\x35\x57\x50\x39\x64\x57\x37\x42\x63\x52\x77\x79\x41\x63\x38\x6b\x6f','\x79\x6d\x6f\x53\x64\x43\x6f\x4a\x6a\x53\x6b\x59','\x57\x36\x61\x4b\x65\x38\x6b\x64','\x62\x43\x6b\x74\x42\x53\x6f\x48\x57\x50\x71\x74\x41\x6d\x6f\x7a\x62\x38\x6f\x39\x7a\x71','\x44\x59\x44\x41\x57\x4f\x6c\x63\x52\x75\x54\x75','\x6e\x53\x6b\x33\x77\x57\x6e\x34\x72\x4b\x61','\x57\x36\x71\x47\x62\x53\x6b\x6c\x57\x37\x37\x63\x56\x53\x6b\x4d\x57\x34\x79','\x6d\x49\x68\x64\x4c\x30\x70\x64\x48\x38\x6b\x79\x78\x76\x65','\x70\x63\x71\x57\x57\x37\x56\x63\x48\x43\x6b\x75\x6d\x43\x6b\x6a\x46\x38\x6b\x72\x57\x36\x74\x64\x50\x47','\x57\x35\x52\x63\x4a\x38\x6f\x54\x66\x4d\x42\x63\x4c\x4c\x38\x6a\x46\x53\x6b\x55\x63\x6d\x6f\x39\x57\x51\x79','\x57\x52\x79\x45\x6f\x6d\x6b\x71\x57\x52\x35\x50\x61\x4b\x69','\x57\x36\x38\x62\x43\x62\x72\x4e\x57\x37\x70\x63\x48\x71','\x46\x68\x78\x64\x4b\x57\x64\x63\x51\x62\x43\x73\x45\x57','\x57\x50\x2f\x63\x50\x72\x4f\x75\x45\x65\x61\x6c\x57\x4f\x30','\x74\x31\x6c\x64\x4d\x6d\x6b\x64','\x57\x50\x71\x46\x6f\x43\x6b\x78\x57\x50\x30','\x57\x50\x68\x63\x50\x43\x6b\x79\x7a\x53\x6b\x72\x57\x4f\x74\x63\x49\x61\x46\x64\x48\x78\x33\x63\x4c\x71\x57','\x57\x52\x72\x2b\x71\x6d\x6f\x75\x57\x4f\x4e\x64\x4f\x38\x6f\x38\x57\x35\x6c\x63\x54\x61\x79\x72\x78\x4c\x30','\x6f\x43\x6f\x76\x57\x35\x76\x38\x57\x50\x50\x64\x57\x37\x78\x63\x4a\x65\x69\x70\x6e\x6d\x6b\x4a','\x7a\x4e\x6c\x64\x4c\x53\x6b\x4f\x57\x51\x38\x4a\x57\x52\x61','\x64\x33\x4a\x63\x50\x6d\x6b\x6d\x77\x38\x6b\x5a\x57\x36\x68\x64\x4a\x6d\x6f\x51\x6e\x32\x75','\x69\x63\x52\x64\x4c\x57','\x57\x52\x33\x63\x4b\x49\x48\x59\x79\x53\x6b\x55\x57\x35\x31\x69','\x70\x53\x6f\x78\x57\x35\x76\x38\x57\x50\x48\x70\x57\x34\x70\x63\x56\x78\x43\x4e\x69\x53\x6b\x2b','\x57\x4f\x6e\x71\x57\x51\x68\x63\x50\x38\x6f\x34\x61\x74\x65\x5a\x69\x6d\x6b\x30\x63\x48\x53','\x57\x36\x47\x75\x43\x72\x7a\x61\x57\x37\x61','\x57\x35\x69\x67\x57\x36\x70\x64\x53\x43\x6b\x30','\x57\x52\x5a\x63\x53\x43\x6f\x35\x63\x38\x6b\x79','\x6f\x6d\x6b\x77\x73\x67\x48\x39\x61\x63\x69','\x57\x52\x39\x35\x65\x43\x6b\x4b\x57\x36\x6e\x33\x64\x53\x6b\x57','\x45\x6d\x6f\x4f\x57\x35\x79\x64\x6e\x77\x43','\x6c\x6d\x6b\x36\x67\x53\x6f\x74\x57\x34\x6d','\x42\x38\x6b\x70\x57\x50\x69\x4e\x57\x35\x47','\x68\x73\x4e\x63\x4a\x47','\x57\x36\x76\x6b\x45\x71\x65','\x45\x38\x6b\x73\x7a\x48\x65\x47','\x57\x35\x71\x46\x57\x37\x70\x64\x52\x43\x6b\x35','\x42\x49\x44\x7a','\x6e\x73\x69\x36\x57\x37\x33\x63\x48\x53\x6b\x75\x7a\x6d\x6b\x71\x71\x6d\x6b\x4b\x57\x37\x70\x64\x54\x67\x6d'];_0x1c4c=function(){return _0x409b2e;};return _0x1c4c();}function _0x526d(_0x4bdbfd,_0x3b0de3){_0x4bdbfd=_0x4bdbfd-(0x1bc2+0xac3*0x1+0x25fe*-0x1);const _0x3eaf96=_0x1c4c();let _0x3e86ee=_0x3eaf96[_0x4bdbfd];if(_0x526d['\x57\x72\x6d\x41\x71\x76']===undefined){var _0x148470=function(_0x59f799){const _0x94e54c='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';let _0x278a27='',_0x2e8b3e='';for(let _0x121ebe=-0x65*-0x2+-0x3d*-0x12+-0x514,_0x13b4da,_0x3a485e,_0x18b4c3=0x2188+0x1dd2+-0x1dd*0x22;_0x3a485e=_0x59f799['\x63\x68\x61\x72\x41\x74'](_0x18b4c3++);~_0x3a485e&&(_0x13b4da=_0x121ebe%(-0x20bf*0x1+0x1*-0xbe5+-0x8*-0x595)?_0x13b4da*(0x7*-0x4d+0x905*0x1+-0x6aa)+_0x3a485e:_0x3a485e,_0x121ebe++%(0x2*-0x1250+0x1d10+0x2*0x3ca))?_0x278a27+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](-0x5*-0x537+-0x1e2e+-0x2*-0x28d&_0x13b4da>>(-(-0xdab*-0x1+-0x1c6b+0xec2)*_0x121ebe&0x70a+0x11e9+-0x18ed)):-0xc1*-0x1d+0x1*-0x807+-0xb*0x142){_0x3a485e=_0x94e54c['\x69\x6e\x64\x65\x78\x4f\x66'](_0x3a485e);}for(let _0x5b7e0f=0x6b*-0x7+0xcdc+-0x9ef,_0x2bf929=_0x278a27['\x6c\x65\x6e\x67\x74\x68'];_0x5b7e0f<_0x2bf929;_0x5b7e0f++){_0x2e8b3e+='\x25'+('\x30\x30'+_0x278a27['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x5b7e0f)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](0x4d4+-0x155*0x12+-0x1*-0x1336))['\x73\x6c\x69\x63\x65'](-(0x16f0+-0x1ee*-0xa+-0x2f*0xe6));}return decodeURIComponent(_0x2e8b3e);};const _0x37b939=function(_0x31701f,_0x5c8335){let _0x10c80f=[],_0x395aa3=0x1f34+-0x1baa*-0x1+-0x3ade,_0x16bfd7,_0x17a2ff='';_0x31701f=_0x148470(_0x31701f);let _0x32107e;for(_0x32107e=0x111*-0x15+-0x1617+-0xb1f*-0x4;_0x32107e<-0x303+0xa1*-0x13+0xff6;_0x32107e++){_0x10c80f[_0x32107e]=_0x32107e;}for(_0x32107e=0x1d05+-0x10*0x36+-0x19a5;_0x32107e<-0x2679+-0x1bef+0x2*0x21b4;_0x32107e++){_0x395aa3=(_0x395aa3+_0x10c80f[_0x32107e]+_0x5c8335['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x32107e%_0x5c8335['\x6c\x65\x6e\x67\x74\x68']))%(0xeef*-0x1+0x22*0x126+-0x171d),_0x16bfd7=_0x10c80f[_0x32107e],_0x10c80f[_0x32107e]=_0x10c80f[_0x395aa3],_0x10c80f[_0x395aa3]=_0x16bfd7;}_0x32107e=-0x19*-0x3a+0x34e+0x11f*-0x8,_0x395aa3=-0x17*-0x99+-0x1b07*0x1+0xd48;for(let _0x1b85b2=-0x3cd*0x1+0x1*0x2547+-0x217a;_0x1b85b2<_0x31701f['\x6c\x65\x6e\x67\x74\x68'];_0x1b85b2++){_0x32107e=(_0x32107e+(-0x1d0d+0x2*-0x9b5+0x468*0xb))%(0xd8a+-0xd*0xc6+-0x27c),_0x395aa3=(_0x395aa3+_0x10c80f[_0x32107e])%(-0x1a02+0x18a0+0x262),_0x16bfd7=_0x10c80f[_0x32107e],_0x10c80f[_0x32107e]=_0x10c80f[_0x395aa3],_0x10c80f[_0x395aa3]=_0x16bfd7,_0x17a2ff+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x31701f['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x1b85b2)^_0x10c80f[(_0x10c80f[_0x32107e]+_0x10c80f[_0x395aa3])%(-0x52d+-0x19f*-0x14+-0x1a3f*0x1)]);}return _0x17a2ff;};_0x526d['\x59\x56\x67\x71\x44\x7a']=_0x37b939,_0x526d['\x73\x53\x45\x41\x4b\x41']={},_0x526d['\x57\x72\x6d\x41\x71\x76']=!![];}const _0x5a01d5=_0x3eaf96[-0x524+-0x46a*0x1+-0x2*-0x4c7],_0x11f8ab=_0x4bdbfd+_0x5a01d5,_0x4b77e6=_0x526d['\x73\x53\x45\x41\x4b\x41'][_0x11f8ab];return!_0x4b77e6?(_0x526d['\x63\x77\x51\x74\x47\x54']===undefined&&(_0x526d['\x63\x77\x51\x74\x47\x54']=!![]),_0x3e86ee=_0x526d['\x59\x56\x67\x71\x44\x7a'](_0x3e86ee,_0x3b0de3),_0x526d['\x73\x53\x45\x41\x4b\x41'][_0x11f8ab]=_0x3e86ee):_0x3e86ee=_0x4b77e6,_0x3e86ee;}export function summarizeOverblockedAntiGenes(_0x4ac9da){const _0x5c3f38=_0x526d,_0x1c0d93=new Map();for(const _0x7e2e8f of _0x4ac9da){if(!_0x7e2e8f[_0x5c3f38(0x9a,'\x74\x69\x21\x5d')]['\x6f\x76\x65\x72\x62\x6c\x6f\x63'+_0x5c3f38(0xad,'\x35\x6a\x33\x23')])continue;for(const _0x359532 of new Set(_0x7e2e8f[_0x5c3f38(0x91,'\x48\x41\x52\x46')]['\x6f\x62\x73\x65\x72\x76\x65\x64'+_0x5c3f38(0x8e,'\x51\x64\x25\x5e')+_0x5c3f38(0xbc,'\x35\x43\x77\x31')])){const _0x126ce4=_0x1c0d93[_0x5c3f38(0xa5,'\x4b\x48\x79\x67')](_0x359532)??{'\x63\x6f\x75\x6e\x74':0x0,'\x74\x61\x73\x6b\x49\x64\x73':new Set()};_0x126ce4[_0x5c3f38(0xa4,'\x6c\x7a\x68\x44')]+=-0x3*-0x2b9+0x24b+0x1*-0xa75,_0x126ce4[_0x5c3f38(0x8f,'\x4f\x4e\x4e\x62')][_0x5c3f38(0xb1,'\x67\x41\x24\x6e')](_0x7e2e8f[_0x5c3f38(0xb9,'\x46\x43\x2a\x49')]),_0x1c0d93[_0x5c3f38(0x99,'\x38\x72\x4a\x6d')](_0x359532,_0x126ce4);}}return[..._0x1c0d93[_0x5c3f38(0xb0,'\x5d\x61\x4c\x5d')]()][_0x5c3f38(0xa9,'\x71\x58\x32\x33')](([_0x12ff73,_0x5cf8d5])=>({'\x61\x6e\x74\x69\x47\x65\x6e\x65\x49\x64':_0x12ff73,'\x63\x6f\x75\x6e\x74':_0x5cf8d5[_0x5c3f38(0x93,'\x51\x64\x25\x5e')],'\x74\x61\x73\x6b\x49\x64\x73':[..._0x5cf8d5[_0x5c3f38(0x88,'\x71\x58\x32\x33')]][_0x5c3f38(0xa6,'\x35\x6a\x33\x23')]()}))[_0x5c3f38(0x92,'\x6e\x6a\x29\x55')]((_0xde07a8,_0x4487a7)=>_0x4487a7[_0x5c3f38(0x9e,'\x55\x36\x74\x6c')]-_0xde07a8[_0x5c3f38(0xa7,'\x46\x43\x2a\x49')]||_0xde07a8[_0x5c3f38(0xb3,'\x24\x53\x52\x4b')+'\x49\x64'][_0x5c3f38(0xaf,'\x6b\x26\x6d\x4a')+'\x6d\x70\x61\x72\x65'](_0x4487a7[_0x5c3f38(0x8a,'\x49\x52\x37\x31')+'\x49\x64']));}export function parseOverblockedAntiGenes(_0x2eb548){const _0x2a8d45=_0x526d;if(!Array[_0x2a8d45(0x97,'\x29\x74\x73\x53')](_0x2eb548))return null;const _0x4bafaf=[];for(const _0x473e20 of _0x2eb548){if(!_0x473e20||typeof _0x473e20!==_0x2a8d45(0xa2,'\x67\x41\x24\x6e')||Array[_0x2a8d45(0x89,'\x35\x53\x28\x43')](_0x473e20))return null;const _0x15abe4=_0x473e20;if(typeof _0x15abe4[_0x2a8d45(0x8b,'\x38\x72\x4a\x6d')+'\x49\x64']!==_0x2a8d45(0x9d,'\x4f\x4e\x4e\x62'))return null;if(typeof _0x15abe4['\x63\x6f\x75\x6e\x74']!=='\x6e\x75\x6d\x62\x65\x72'||!Number['\x69\x73\x46\x69\x6e\x69\x74\x65'](_0x15abe4[_0x2a8d45(0xa3,'\x28\x43\x56\x6e')]))return null;if(!Array['\x69\x73\x41\x72\x72\x61\x79'](_0x15abe4[_0x2a8d45(0xa0,'\x24\x6d\x47\x68')])||!_0x15abe4[_0x2a8d45(0xae,'\x35\x53\x28\x43')][_0x2a8d45(0xa8,'\x55\x36\x74\x6c')](_0x5d47c7=>typeof _0x5d47c7===_0x2a8d45(0xbb,'\x74\x51\x34\x2a')))return null;_0x4bafaf[_0x2a8d45(0xab,'\x4b\x50\x33\x2a')]({'\x61\x6e\x74\x69\x47\x65\x6e\x65\x49\x64':_0x15abe4[_0x2a8d45(0x90,'\x49\x21\x73\x63')+'\x49\x64'],'\x63\x6f\x75\x6e\x74':_0x15abe4[_0x2a8d45(0x9f,'\x63\x77\x32\x6b')],'\x74\x61\x73\x6b\x49\x64\x73':[..._0x15abe4[_0x2a8d45(0xb7,'\x65\x67\x6e\x23')]]});}return _0x4bafaf;}