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

Expected node path of type Expression #5

Open
Enter25565 opened this issue May 11, 2019 · 0 comments
Open

Expected node path of type Expression #5

Enter25565 opened this issue May 11, 2019 · 0 comments

Comments

@Enter25565
Copy link

Hello!
I'm not JS fan, but I need to deobfuscate a large file for analysis.
I installed IlluminateJS. Everything works for small and not complicated files.
But when I try this file: obfuscated.js.txt

I got this stack trace:

TypeError: obfuscated.js: Expected node path of type Expression
    at NodePath.<computed> [as assertExpression] (/usr/lib/node_modules/babel-cli/node_modules/babel-traverse/lib/path/index.js:213:13)
    at Object.evaluateExpression (/root/illuminatejs/babel-plugin-deobfuscate/lib/expressions.js:30:10)
    at evaluateInit (/root/illuminatejs/babel-plugin-deobfuscate/lib/identifiers.js:76:26)
    at evaluate (/root/illuminatejs/babel-plugin-deobfuscate/lib/identifiers.js:19:20)
    at Object.evaluateExpression (/root/illuminatejs/babel-plugin-deobfuscate/lib/expressions.js:32:12)
    at evaluate (/root/illuminatejs/babel-plugin-deobfuscate/lib/binary-expressions.js:13:31)
    at Object.evaluateExpression (/root/illuminatejs/babel-plugin-deobfuscate/lib/expressions.js:32:12)
    at evaluate (/root/illuminatejs/babel-plugin-deobfuscate/lib/binary-expressions.js:10:30)
    at evaluateExpression (/root/illuminatejs/babel-plugin-deobfuscate/lib/expressions.js:32:12)
    at PluginPass.deobfuscateExpression (/root/illuminatejs/babel-plugin-deobfuscate/lib/expressions.js:20:18)

I'm using Debian 9.

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