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

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -