Rechercher une page de manuel
dumpshm
Langue: en
Version: 12 October 2008 (debian - 07/07/09)
Section: 1 (Commandes utilisateur)
Sommaire
NAME
dumpshm - Gnash LocalConnection Memory DumperSynopsis
dumpshm (options)... (file)...
DESCRIPTION
When any SWF player, including the Gnash player, plays a SWF "movie", the movie can contain scripts. These scripts can call ActionScript classes. One such class is LocalConnection. LocalConnection passes objects from one movie to another, via your computer's shared memory system.Dumpshm prints these shared memory segments, which are comprised of a header, and a collection of SWF AMF Objects created by the movie. It is used for debugging (or understanding the operation of) a SWF movie.
- -h
- Print usage info.
- -i
- Find the key for an existing memory segment.
- -r
- Dump memory segment to the terminal.
- -c
- Dump memory segment to a disk file, segment.raw.
- -v
- Verbose output.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre