Categories
Archives
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- March 2009
- February 2009
- January 2009
- August 2008
- July 2008
- June 2008
- November 2007
- October 2007
- July 2007
- June 2007
- April 2007
- January 2007
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
Tools




Unserializer
Added a new tool to the site: Unserializer.
Lately for my job I’ve been frequently needing to unserialize PHP data from a database to see what is inside. Sometimes the data is base64 encoded, sometimes it isn’t. So I wrote a little script that will base64 decode the data if needed, and then unserialize the data and then print it into a text box for me so I can see what the heck is in it.
Click here to check it out.
Related Posts: