I’ve been doing a lot of research into the AMF protocol recently. I’ve had the pleasure of reading the AMF0, and AMF3 standards cover-to-cover several times, with a view to understanding them well enough to write my own debugging tools. More about those projects another time.
Not only are the standards fairly brief, but they contain errors. I’ve not managed to find an official errata, so here’s my starter for 10. Continue reading…
This article has been superseded by the official JASPA website … Please visit http://jaspa.org.uk/
Here are some quick tips on how to use the jsobf command line program effectively.
Continue reading…
By popular request I have made my JavaScript minimizer and obfuscator available for download. The jsobf program strips JavaScript source code down to the minimum whitespace required to separate the tokens, and performs automatic semicolon insertion to completely irradiate the need for line breaks. It also offers some obfuscation by renaming identifiers. Continue reading…
Tim Whitlock's personal site and blog