Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] How to decode obfuscated Javscript


  • From: paul at juniperwebcraft.com (Paul Novitski)
  • Subject: [Javascript] How to decode obfuscated Javscript
  • Date: Fri Sep 22 21:05:17 2006

At 9/22/2006 08:33 AM, SkyScanner wrote:
>Does anyone know how to decode obfuscated Javscript, or view a 
>script 'as the browser is seeing it' ???


The Firefox web developer's toolbar by chris Pederick has a 'view 
generated source' options.
http://chrispederick.com/work/webdeveloper/

It's become an indispensible toolbox in my work.

Paul