multipurpose javascript transformer
npm install deobfuscatorjavascript cleaner & deobfuscator (primarily javascript-obfuscator/obfuscator.io)
API reference is available at
Artifacts produced by old versions of javascript-obfuscator will likely not deobfuscate correctly, please DO NOT open an issue. Try previous versions of synchrony or another deobfuscator.
There is no user configuration as of yet, the string decoder works automatically
Use the latest version at
``shell1. Install deobfuscator globally using yarn/npm
npm install --global deobfuscator # alternatively, yarn global add deobfuscator, pnpm install --global deobfuscator
Transformer errors
Transformer errors will show errors in your terminal output like
`
Caught an error while attempting to run AST visitor!
node = Node {...}
err = ...
``Copy the entire terminal output (or redirect it to a file). Then open a new issue with the terminal output and the
obfuscated file and any config you may have used.
Please do not include screenshots or partial output from the deobfuscator.
If you can reproduce the error with a smaller input file and a javascript-obfuscator config, please provide them in your issue.