Shared Object Reader

Sephiroth has developed a little application with Python, that will decompile .sol files, the files that Flash creates on the client machine, when saving SharedObjects. These are very similar in nature to cookies. The program tells you the class type and the value of each property stored in a SharedObject on your machine. Checkout SOLReader.

Comments are closed.