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

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

Open
mrLochness350 opened this issue Aug 7, 2023 · 0 comments
Open

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

mrLochness350 opened this issue Aug 7, 2023 · 0 comments

Comments

@mrLochness350
Copy link

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)

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