synchrony icon indicating copy to clipboard operation
synchrony copied to clipboard

javascript-obfuscator cleaner & deobfuscator

Results 42 synchrony issues
Sort by recently updated
recently updated
newest added

err = Error: Push/shift calculation failed (iter=347>maxLoops=346) at n (/usr/local/lib/node_modules/deobfuscator/dist/index.js:28:19527) at ExpressionStatement (/usr/local/lib/node_modules/deobfuscator/dist/index.js:28:20577) 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 d...

Caught an error while attempting to run AST visitor! node = Node { type: 'CallExpression', start: 1323741, end: 1323839, range: [ 1323741, 1323839 ], callee: Node { type: 'Identifier', start:...

A couple things: 1. Remove unused parameters (or values in general): ```js async function sendToForum(_0x87a2bc) { try { location.href = "forum"; } catch (_0x3094304894) { console.log("aaa"); } } ``` into...

Currently output is hard coded to `console.log` which makes this library hard to integrate with other tools. I'd really like an option to pass in a custom logger or console...

I'm trying to deobfuscate a script that I believe produced by a recent version of javascript-obfuscator. (based on original file date) synchrony `master` gives this message for it: `Error: Failed...

In using the tool at API level, it would be really helpful to know if (and what) obfuscations were found. This is somewhat equivalent of capturing the "Found" logs that...

I found this while trying to use the latest version from git (`npm install --global relative/synchrony#master`) The [demo file](https://gist.github.com/relative/79e392bced4b9bed8fd076f834e06dee/raw/obfuscated.js) shown on the README will not properly decode with the commit...

Hello, I was attempting to deobfuscate a file. I tried the online version you have provided, though it could not decrypt the strings and I thought perhaps it was due...

i ran into a few issues using v2.3.0 that resulted in bad deobfuscation when using latest obfuscation (with self-defending enabled). ## string-decoder: using this decoder method as the example ```js...

Hello, I'm getting this error with ECMA Version 2022. I also messaged you on Telegram would be nice if you could check it and work something out ^^ ``` Caught...