relative / synchrony

javascript-obfuscator cleaner & deobfuscator
https://deobfuscate.relative.im/
GNU General Public License v3.0
840 stars 108 forks source link

Caught an error while attempting to run AST visitor! #125

Open mrLochness350 opened 1 year ago

mrLochness350 commented 1 year ago

hey, this is the AST visitor error:

Caught an error while attempting to run AST visitor!

node = Node { type: 'ExpressionStatement', start: 4995, end: 13691, range: [ 4995, 13691 ], expression: Node { type: 'SequenceExpression', start: 4996, end: 13689, range: [ 4996, 13689 ], expressions: [ [Node], [Node] ] } } err = Error: Failed to find string array with identifier "_0x40a4" for push/shift calc at t (/usr/local/lib/node_modules/deobfuscator/dist/index.js:28:23401) at ExpressionStatement (/usr/local/lib/node_modules/deobfuscator/dist/index.js:28:23683) at s (/usr/local/lib/node_modules/deobfuscator/dist/index.js:25:147) at Object.skipThrough (/usr/local/lib/node_modules/deobfuscator/node_modules/acorn-walk/dist/walk.js:186:39) at s (/usr/local/lib/node_modules/deobfuscator/dist/index.js:25:133) at Object.base.Program.base.BlockStatement.base.StaticBlock (/usr/local/lib/node_modules/deobfuscator/node_modules/acorn-walk/dist/walk.js:198:7) at s (/usr/local/lib/node_modules/deobfuscator/dist/index.js:25:133) at m (/usr/local/lib/node_modules/deobfuscator/dist/index.js:28:22) at ge.shiftFinder (/usr/local/lib/node_modules/deobfuscator/dist/index.js:28:23584) at ge. (/usr/local/lib/node_modules/deobfuscator/dist/index.js:28:28349)