Skip to content

Commit 588ca62

Browse files
committed
StringSplitting
1 parent 379763d commit 588ca62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plugin/jsconfuser.js

+2
Original file line numberDiff line numberDiff line change
@@ -1225,6 +1225,8 @@ module.exports = function (code) {
12251225
traverse(ast, deStringCompression)
12261226
// StringConcealing
12271227
traverse(ast, deStringConcealing)
1228+
// StringSplitting
1229+
traverse(ast, calculateConstantExp)
12281230
code = generator(ast, {
12291231
comments: false,
12301232
jsescOption: { minimal: true },

0 commit comments

Comments
 (0)