|
|
|
|
|
by zemnmez
1722 days ago
|
|
JScrambler I actually did de-obfuscate to bypass some very significant bot detection a few years ago, but it took a bit more doing -- it uses ES6 features IIRC so I had to transpile it down to ES5 via babel first, but it worked OK after that. has a pretty good crack at obfuscator.io, too: https://closure-compiler.appspot.com/home#code%3D%252F%252F%... That's the example from the site. "console.log('Hello world')" gets deobfuscated to "console[a(482)]("Hello World!");" |
|
That does not look deobfuscated to me.