how to unpack the contents of a javascript file?
        Posted  
        
            by altvali
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by altvali
        
        
        
        Published on 2010-03-17T08:34:07Z
        Indexed on 
            2010/03/17
            8:41 UTC
        
        
        Read the original article
        Hit count: 306
        
Hi all! You know how those packed js files look like, right?
 eval(function(p,a,c,k,e,d){ ... } ('obfuscated-string'.split('|'),0,{}))
It just so happens to be that i have to tweak some large legacy code that looks like that and i want to find a way to turn this into a more readable version.
If that's not possible, can i at least get rid of the eval?
© Stack Overflow or respective owner