Look at the section of the code where the blob is read from the DB and converted into readable data and loaded by the server. It should have a struct in there somewhere that says exactly what format the blob is, then you can look at the blob using a hex editor and look at the correct byes to see what everything is. Or you could write a simple cgi or something that reads it from the DB and prints it out on a web browser since the struct already exists.
|