relative / synchrony

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

Failed to find string array with identifier for push/shift calc #34

Open tecnoweb opened 2 years ago

tecnoweb commented 2 years ago

Caught an error while attempting to run AST visitor!

node = Node { type: 'ExpressionStatement', start: 0, end: 6005, range: [ 0, 6005 ], expression: Node { type: 'CallExpression', start: 1, end: 6003, range: [ 1, 6003 ], callee: Node { type: 'FunctionExpression', start: 1, end: 5966, range: [Array], id: null, expression: false, generator: false, async: false, params: [Array], body: [Node] }, arguments: [ [Node], [Node] ], optional: false } } err = Error: Failed to find string array with identifier "e" for push/shift calc

How to fix .... :(