Posts tagged js

Patricio Palladino has done a really nice job with hieroglyphy, a library for turning any JavaScript code into strings of only ()[]{}!+. The explanation of his blog is a great read.

8th September, 11:10 am

lots of good projects coming out of node.js right now - Uglify JS is a JS minifier based on a JS AST parser and tree walker. Could do some neat things with that.

27th September, 11:22 am

a nice summary of some js oddities that can be used for building exploits against various filtering systems