tomcat - How to decode javascript file using perl script? -


i obfuscated javascript files using stunnix tool through buildscript perl script.how decode obfuscated file using perl??

in general, can't.

you parse javascript ast , pretty-print it, go long way towards improving readability, cannot, example, recover original variable names or function names.


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -