Archive

Archive for September, 2008

AMF – Errata and other ramblings

September 13th, 2008 4 comments

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. Read more…

JASPA Sneak Preview

September 11th, 2008 No comments

This article has been superseded by the official JASPA website … Please visit http://jaspa.org.uk/

Tags: ,

jsobf – command line tips

September 8th, 2008 No comments

Here are some quick tips on how to use the jsobf command line program effectively.
Read more…

jsfmt and jsobf available for download

September 7th, 2008 5 comments

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. Read more…

Tags: