-
Archives
- November 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- September 2007
- April 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- April 2006
- August 2005
- April 2005
- March 2005
- March 2004
-
Meta
Tag Archives: tools
BabelMap – navigating the spectacle of the seventeen planes
BabelMap stays open anytime I’m testing Unicode-enabled software for vulnerabilities. It’s very useful for the advanced search – find all code points with the Zs category assigned, or the white space binary property.
Bypassing strong-name verification for a .Net assembly
Sometimes during testing I just want to copy a strong-named assembly from a build machine to my worktop. However the assembly won’t run if the .Net runtime on my system can’t find the public key to verify its signature with, … Continue reading