I always get a bit antsy about hacking researching vulnerabilities when I travel, and this time is no exception. Often I notice “glitches” or abnormalities which I want to investigate, but since I’m in the middle of riding my motorcycle from Canada to Argentina, infosec has been on the back burner. Recently I took advantage [...]
Archive for the ‘iPhone’ Category
Incorrect time setting could leak iOS 5 album pictures
Posted in iPhone, security on December 31, 2011 | 22 Comments »
iPhone SDK Regular Expressions
Posted in iPhone, tagged iPhone, regex on March 18, 2009 | Leave a Comment »
If you’re programming the iPhone, sooner or later you’ll need regular expressions (regex). By default OS X includes the ICU, an open source Unicode library which has extensive regex capabilities. The ICU APIs are in C/C++ however, not Objective-C. Fear not, RegexKitLite to the rescue. This small library has done all the hard work [...]