1
'\" -*- coding: us-ascii -*-
3
.if \n(.g .ds T> \\F[\n[.fam]]
7
.if \n(.g .mso www.tmac
8
.TH soldumper 1 "12 October 2008" "" ""
10
soldumper \- Gnash Local Shared Object (LSO) File Dumper
14
soldumper (options)... (file)...
17
Dump information about the .sol files used by the SharedObject
20
When a SWF player, including Gnash, plays a SWF "movie",
22
scripts. These scripts can call ActionScript classes. One such class
23
is SharedObject. SharedObject creates shared objects, which end up
24
stored in your computer's file system. For example, a SWF game might
25
store its score file in a SharedObject; or a privacy-invading SWF
26
movie might store "cookies" in a SharedObject. Before soldumper was
27
written, these bits of stored information were hard for users to
28
notice or investigate.
29
Soldumper prints these files,
30
which are comprised of a header, and a
31
collection of SWF AMF Objects that the movie has written in the shared
38
List all the .sol files in the default path.
41
Ignore the global setting, use the current directory for files.