From 118c9d71bc7f7fdaedee15c808f5037a92e4474c Mon Sep 17 00:00:00 2001 From: gaoshuaixing Date: Mon, 7 Apr 2025 10:06:01 +0800 Subject: [PATCH] [feat] confusion --- cmd/bin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/bin.js b/cmd/bin.js index 58ca933..913af60 100644 --- a/cmd/bin.js +++ b/cmd/bin.js @@ -158,7 +158,7 @@ module.exports = { confusionOptions: { compact: true, stringArray: true, - stringArrayEncoding: ['rc4'], + stringArrayEncoding: ['none'], deadCodeInjection: false, stringArrayCallsTransform: true, numbersToExpressions: true,