xenial (1) soldumper.1.gz

Provided by: gnash-tools_0.8.11~git20160109-1build1_amd64 bug

NAME

       soldumper - Gnash Local Shared Object (LSO) File Dumper

Synopsis

       soldumper (options)... (file)...

DESCRIPTION

       Dump information about the .sol files used by the SharedObject ActionScript class.

       When a SWF player, including Gnash, plays a SWF "movie", the movie can contain scripts. These scripts can
       call ActionScript classes. One such class is SharedObject. SharedObject creates shared objects, which end
       up  stored  in  your  computer's  file  system.  For  example, a SWF game might store its score file in a
       SharedObject; or a privacy-invading SWF movie might store "cookies" in a SharedObject.  Before  soldumper
       was  written,  these  bits of stored information were hard for users to notice or investigate.  Soldumper
       prints these files, which are comprised of a header, and a collection of SWF AMF Objects that  the  movie
       has written in the shared object file.

       -h     Print usage info.

       -l     List all the .sol files in the default path.

       -f     Ignore the global setting, use the current directory for files.

       -v     Verbose output.

                                                  5 April 2016                                      soldumper(1)