1soldumper(1) soldumper(1)
2
3
4
6 soldumper - Gnash Local Shared Object (LSO) File Dumper
7
9 soldumper (options)... (file)...
10
12 Dump information about the .sol files used by the SharedObject Actionâ
13 Script class.
14
15 When a SWF player, including Gnash, plays a SWF "movie", the movie can
16 contain scripts. These scripts can call ActionScript classes. One such
17 class is SharedObject. SharedObject creates shared objects, which end
18 up stored in your computer's file system. For example, a SWF game might
19 store its score file in a SharedObject; or a privacy-invading SWF movie
20 might store "cookies" in a SharedObject. Before soldumper was written,
21 these bits of stored information were hard for users to notice or
22 investigate. Soldumper prints these files, which are comprised of a
23 header, and a collection of SWF AMF Objects that the movie has written
24 in the shared object file.
25
26 -h Print usage info.
27
28 -l List all the .sol files in the default path.
29
30 -f Ignore the global setting, use the current directory for files.
31
32 -v Verbose output.
33
34
35
36 18 April 2011 soldumper(1)