How can I decode this encoded JavaScript file? -


i have deal strange javascript file. it's called standard

<script src=xxxx.js type=text/javascript></script> 

but xxxx.js somehow packed/encrypted/whatever. first characters are:

#@~^3wcaaa==@#@&0; mdkw

and there not pattern in it. there isn't sign of known function eval or equivalent.

how can manage read it's content? character set trick?

the creator might have used kind of javascript obfuscator tool.

try using deobfuscator tool-plugin firefox:

[https://addons.mozilla.org/en-us/firefox/addon/javascript-deobfuscator/][1]


Comments

Popular posts from this blog

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -