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.

Posted in Unicode, tools | Tagged , | Leave a comment

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

Posted in security, tools | Tagged | Leave a comment