Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't transform the code #43

Open
yabex32447 opened this issue Nov 4, 2022 · 0 comments
Open

Can't transform the code #43

yabex32447 opened this issue Nov 4, 2022 · 0 comments

Comments

@yabex32447
Copy link

yabex32447 commented Nov 4, 2022

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: Push/shift calculation failed (iter=5045>maxLoops=5044)
at n (C:\Users\PC\AppData\Roaming\npm\node_modules\deobfuscator\dist\index.js:28:19527)
at ExpressionStatement (C:\Users\PC\AppData\Roaming\npm\node_modules\deobfuscator\dist\index.js:28:20577)
at s (C:\Users\PC\AppData\Roaming\npm\node_modules\deobfuscator\dist\index.js:25:147)
at Object.skipThrough (C:\Users\PC\AppData\Roaming\npm\node_modules\deobfuscator\node_modules\acorn-walk\dist\walk.js:186:39)
at s (C:\Users\PC\AppData\Roaming\npm\node_modules\deobfuscator\dist\index.js:25:133)
at Object.base.Program.base.BlockStatement.base.StaticBlock (C:\Users\PC\AppData\Roaming\npm\node_modules\deobfuscator\node_modules\acorn-walk\dist\walk.js:198:7)
at s (C:\Users\PC\AppData\Roaming\npm\node_modules\deobfuscator\dist\index.js:25:133)
at d (C:\Users\PC\AppData\Roaming\npm\node_modules\deobfuscator\dist\index.js:28:22)
at ie.shiftFinder (C:\Users\PC\AppData\Roaming\npm\node_modules\deobfuscator\dist\index.js:28:20336)
at ie. (C:\Users\PC\AppData\Roaming\npm\node_modules\deobfuscator\dist\index.js:28:23355)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant