I want to know if there is a tool that helps in handling compressed javascript that has obscure variable names. I'm not looking for a beautiful printer, but for a tool that actually knows how to change and distribute variations of variable names.
Let me clarify: - some of the functions belong to the "public" API, and I want to impose readable argument names in my prototypes - there are intermediate variables for documents, windows and other browser idioms.
I would like to give this knowledge to the tool, and then let it create another javascript where the knowledge would be properly distributed.
thanks Jerome Wagner
javascript compression obfuscation reverse-engineering
Jerome WAGNER
source share